#C9546A

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

Shades of Cabaret #C9546A

Tints of Cabaret #C9546A

Color information

#C9546A (or 0xC9546A) is unknown color: approx Cabaret. HEX triplet: C9, 54 and 6A. RGB value is (201,84,106). Sum of RGB (Red+Green+Blue) = 201+84+106=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9546A is #36AB95. Grayscale: #797979. Windows color (decimal): -3582870 or 6968521. OLE color: 6968521.

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

Color convert

RGB20184106-
CMYK00.580.470.21
HSL348.72º52%55.88%-
HSV(B)348.72º58.21%78.82%-
XYZ29.8619.815.88-
YUV121.49119.26184.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.41%
GREEN value IS 84 (33.20% from 255) = 21.48%
BLUE value IS 106 (41.80% from 255) = 27.11%
R=51.41%
G=21.48%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018410600.580.470.21348.725255.88
HexC9546A03A2F1515d3438
Octal31112415207257255356470
Binary1100100110101001101010011101010111110101101011101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9546A; }

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

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

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

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

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

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

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

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