#C9556D

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

Shades of Cabaret #C9556D

Tints of Cabaret #C9556D

Color information

#C9556D (or 0xC9556D) is unknown color: approx Cabaret. HEX triplet: C9, 55 and 6D. RGB value is (201,85,109). Sum of RGB (Red+Green+Blue) = 201+85+109=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9556D is #36AA92. Grayscale: #7A7A7A. Windows color (decimal): -3582611 or 7165385. OLE color: 7165385.

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

Color convert

RGB20185109-
CMYK00.580.460.21
HSL347.59º51.79%56.08%-
HSV(B)347.59º57.71%78.82%-
XYZ30.120.0216.75-
YUV122.42120.43184.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.89%
GREEN value IS 85 (33.59% from 255) = 21.52%
BLUE value IS 109 (42.97% from 255) = 27.59%
R=50.89%
G=21.52%
B=27.59%

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
Decimal2018510900.580.460.21347.5951.7956.08
HexC9556D03A2E1515c3438
Octal31112515507256255346470
Binary1100100110101011101101011101010111010101101011100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9556D; }

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

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

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

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

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

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

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

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