#C9546D

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

Shades of Cabaret #C9546D

Tints of Cabaret #C9546D

Color information

#C9546D (or 0xC9546D) is unknown color: approx Cabaret. HEX triplet: C9, 54 and 6D. RGB value is (201,84,109). Sum of RGB (Red+Green+Blue) = 201+84+109=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9546D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9546D is #36AB92. Grayscale: #797979. Windows color (decimal): -3582867 or 7165129. OLE color: 7165129.

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

Color convert

RGB20184109-
CMYK00.580.460.21
HSL347.18º52%55.88%-
HSV(B)347.18º58.21%78.82%-
XYZ30.0219.8616.72-
YUV121.83120.76184.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.02%
GREEN value IS 84 (33.20% from 255) = 21.32%
BLUE value IS 109 (42.97% from 255) = 27.66%
R=51.02%
G=21.32%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018410900.580.460.21347.185255.88
HexC9546D03A2E1515b3438
Octal31112415507256255336470
Binary1100100110101001101101011101010111010101101011011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9546D; }

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

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

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

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

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

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

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

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