#C94462

Color #C94462 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C94462

Tints of Cabaret #C94462

Color information

#C94462 (or 0xC94462) is unknown color: approx Cabaret. HEX triplet: C9, 44 and 62. RGB value is (201,68,98). Sum of RGB (Red+Green+Blue) = 201+68+98=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C94462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94462 is #36BB9D. Grayscale: #6F6F6F. Windows color (decimal): -3586974 or 6440137. OLE color: 6440137.

HSL color Cylindrical-coordinate representation of color #C94462: hue angle of 346.47º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94462 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB2016898-
CMYK00.660.510.21
HSL346.47º55.19%52.75%-
HSV(B)346.47º66.17%78.82%-
XYZ28.3617.4313.43-
YUV111.19120.56192.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 54.77%
GREEN value IS 68 (26.95% from 255) = 18.53%
BLUE value IS 98 (38.67% from 255) = 26.70%
R=54.77%
G=18.53%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201689800.660.510.21346.4755.1952.75
HexC94462042331515a3735
Octal311104142010263255326765
Binary11001001100010011000100100001011001110101101011010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94462; }

 p { color: rgb(201,68,98); }

 H1.HeaderClassName
 {
   color: #C94462;
 }
 .AnyTagClassName
 {
   color: #C94462;
 }
</style>
background-color css

<style>
 a { background-color: #C94462; }

 a { background-color: rgb(201,68,98); }

 div.DivClassName
 {
   background-color: #C94462;
 }
 .BgClassName
 {
   background-color: #C94462;
 }
</style>
border-color css

<style>
 span { border-color: #C94462; }

 span { border-color: rgb(201,68,98); }

 td.TdClassName
 {
   border-color: #C94462;
 }
 .TagClassName
 {
   border-color: #C94462;
 }
</style>