#C9466D

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

Shades of Cabaret #C9466D

Tints of Cabaret #C9466D

Color information

#C9466D (or 0xC9466D) is unknown color: approx Cabaret. HEX triplet: C9, 46 and 6D. RGB value is (201,70,109). Sum of RGB (Red+Green+Blue) = 201+70+109=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9466D is #36B992. Grayscale: #717171. Windows color (decimal): -3586451 or 7161545. OLE color: 7161545.

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

Color convert

RGB20170109-
CMYK00.650.460.21
HSL342.14º54.81%53.14%-
HSV(B)342.14º65.17%78.82%-
XYZ29.0417.916.39-
YUV113.62125.4190.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.89%
GREEN value IS 70 (27.73% from 255) = 18.42%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=52.89%
G=18.42%
B=28.68%

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
Decimal2017010900.650.460.21342.1454.8153.14
HexC9466D0412E151563735
Octal311106155010156255266765
Binary11001001100011011011010100000110111010101101010110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9466D; }

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

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

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

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

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

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

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

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