#C9476D

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

Shades of Cabaret #C9476D

Tints of Cabaret #C9476D

Color information

#C9476D (or 0xC9476D) is unknown color: approx Cabaret. HEX triplet: C9, 47 and 6D. RGB value is (201,71,109). Sum of RGB (Red+Green+Blue) = 201+71+109=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9476D is #36B892. Grayscale: #727272. Windows color (decimal): -3586195 or 7161801. OLE color: 7161801.

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

Color convert

RGB20171109-
CMYK00.650.460.21
HSL342.46º54.62%53.33%-
HSV(B)342.46º64.68%78.82%-
XYZ29.118.0316.41-
YUV114.2125.07189.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.76%
GREEN value IS 71 (28.12% from 255) = 18.64%
BLUE value IS 109 (42.97% from 255) = 28.61%
R=52.76%
G=18.64%
B=28.61%

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
Decimal2017110900.650.460.21342.4654.6253.33
HexC9476D0412E151563735
Octal311107155010156255266765
Binary11001001100011111011010100000110111010101101010110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9476D; }

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

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

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

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

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

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

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

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