#c9556b

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

Shades of Cabaret #C9556B

Tints of Cabaret #C9556B

Color information

#C9556B (or 0xC9556B) is unknown color: approx Cabaret. HEX triplet: C9, 55 and 6B. RGB value is (201,85,107). Sum of RGB (Red+Green+Blue) = 201+85+107=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9556B is #36AA94. Grayscale: #7A7A7A. Windows color (decimal): -3582613 or 7034313. OLE color: 7034313.

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

Color convert

RGB20185107-
CMYK00.580.470.21
HSL348.62º51.79%56.08%-
HSV(B)348.62º57.71%78.82%-
XYZ29.9919.9816.19-
YUV122.19119.43184.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.15%
GREEN value IS 85 (33.59% from 255) = 21.63%
BLUE value IS 107 (42.19% from 255) = 27.23%
R=51.15%
G=21.63%
B=27.23%

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
Decimal2018510700.580.470.21348.6251.7956.08
HexC9556B03A2F1515d3438
Octal31112515307257255356470
Binary1100100110101011101011011101010111110101101011101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9556b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9556b; }

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

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

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

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

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

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

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

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