#C9596D

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

Shades of Cabaret #C9596D

Tints of Cabaret #C9596D

Color information

#C9596D (or 0xC9596D) is unknown color: approx Cabaret. HEX triplet: C9, 59 and 6D. RGB value is (201,89,109). Sum of RGB (Red+Green+Blue) = 201+89+109=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9596D is #36A692. Grayscale: #7C7C7C. Windows color (decimal): -3581587 or 7166409. OLE color: 7166409.

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

Color convert

RGB20189109-
CMYK00.560.460.21
HSL349.29º50.91%56.86%-
HSV(B)349.29º55.72%78.82%-
XYZ30.4220.6716.85-
YUV124.77119.11182.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.38%
GREEN value IS 89 (35.16% from 255) = 22.31%
BLUE value IS 109 (42.97% from 255) = 27.32%
R=50.38%
G=22.31%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018910900.560.460.21349.2950.9156.86
HexC9596D0382E1515d3339
Octal31113115507056255356371
Binary1100100110110011101101011100010111010101101011101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9596D; }

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

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

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

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

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

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

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

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