#C9406C

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

Shades of Cabaret #C9406C

Tints of Cabaret #C9406C

Color information

#C9406C (or 0xC9406C) is unknown color: approx Cabaret. HEX triplet: C9, 40 and 6C. RGB value is (201,64,108). Sum of RGB (Red+Green+Blue) = 201+64+108=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C9406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9406C is #36BF93. Grayscale: #6D6D6D. Windows color (decimal): -3587988 or 7094473. OLE color: 7094473.

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

Color convert

RGB20164108-
CMYK00.680.460.21
HSL340.73º55.92%51.96%-
HSV(B)340.73º68.16%78.82%-
XYZ28.6317.1715.99-
YUV109.98126.89192.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.89%
GREEN value IS 64 (25.39% from 255) = 17.16%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=53.89%
G=17.16%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016410800.680.460.21340.7355.9251.96
HexC9406C0442E151553834
Octal311100154010456255257064
Binary11001001100000011011000100010010111010101101010101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9406C; }

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

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

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

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

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

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

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

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