#C9406F

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

Shades of Cabaret #C9406F

Tints of Cabaret #C9406F

Color information

#C9406F (or 0xC9406F) is unknown color: approx Cabaret. HEX triplet: C9, 40 and 6F. RGB value is (201,64,111). Sum of RGB (Red+Green+Blue) = 201+64+111=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9406F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9406F is #36BF90. Grayscale: #6E6E6E. Windows color (decimal): -3587985 or 7291081. OLE color: 7291081.

HSL color Cylindrical-coordinate representation of color #C9406F: hue angle of 339.42º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9406F is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB20164111-
CMYK00.680.450.21
HSL339.42º55.92%51.96%-
HSV(B)339.42º68.16%78.82%-
XYZ28.7917.2316.85-
YUV110.32128.39192.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.46%
GREEN value IS 64 (25.39% from 255) = 17.02%
BLUE value IS 111 (43.75% from 255) = 29.52%
R=53.46%
G=17.02%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016411100.680.450.21339.4255.9251.96
HexC9406F0442D151533834
Octal311100157010455255237064
Binary11001001100000011011110100010010110110101101010011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9406F; }

 p { color: rgb(201,64,111); }

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

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

 a { background-color: rgb(201,64,111); }

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

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

 span { border-color: rgb(201,64,111); }

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