#C9466C

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

Shades of Cabaret #C9466C

Tints of Cabaret #C9466C

Color information

#C9466C (or 0xC9466C) is unknown color: approx Cabaret. HEX triplet: C9, 46 and 6C. RGB value is (201,70,108). Sum of RGB (Red+Green+Blue) = 201+70+108=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9466C is #36B993. Grayscale: #717171. Windows color (decimal): -3586452 or 7096009. OLE color: 7096009.

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

Color convert

RGB20170108-
CMYK00.650.460.21
HSL342.6º54.81%53.14%-
HSV(B)342.6º65.17%78.82%-
XYZ28.9817.8816.11-
YUV113.5124.9190.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.03%
GREEN value IS 70 (27.73% from 255) = 18.47%
BLUE value IS 108 (42.58% from 255) = 28.50%
R=53.03%
G=18.47%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017010800.650.460.21342.654.8153.14
HexC9466C0412E151573735
Octal311106154010156255276765
Binary11001001100011011011000100000110111010101101010111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9466C; }

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

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

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

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

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

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

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

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