#C9406B

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

Shades of Cabaret #C9406B

Tints of Cabaret #C9406B

Color information

#C9406B (or 0xC9406B) is unknown color: approx Cabaret. HEX triplet: C9, 40 and 6B. RGB value is (201,64,107). Sum of RGB (Red+Green+Blue) = 201+64+107=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C9406B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9406B is #36BF94. Grayscale: #6D6D6D. Windows color (decimal): -3587989 or 7028937. OLE color: 7028937.

HSL color Cylindrical-coordinate representation of color #C9406B: hue angle of 341.17º 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 #C9406B is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB20164107-
CMYK00.680.470.21
HSL341.17º55.92%51.96%-
HSV(B)341.17º68.16%78.82%-
XYZ28.5717.1515.71-
YUV109.86126.39193-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.03%
GREEN value IS 64 (25.39% from 255) = 17.20%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=54.03%
G=17.20%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016410700.680.470.21341.1755.9251.96
HexC9406B0442F151553834
Octal311100153010457255257064
Binary11001001100000011010110100010010111110101101010101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9406B; }

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

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

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

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

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

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

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

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