#CB596E

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

Shades of Cabaret #CB596E

Tints of Cabaret #CB596E

Color information

#CB596E (or 0xCB596E) is unknown color: approx Cabaret. HEX triplet: CB, 59 and 6E. RGB value is (203,89,110). Sum of RGB (Red+Green+Blue) = 203+89+110=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB596E is #34A691. Grayscale: #7D7D7D. Windows color (decimal): -3450514 or 7231947. OLE color: 7231947.

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

Color convert

RGB20389110-
CMYK00.560.460.20
HSL348.95º52.29%57.25%-
HSV(B)348.95º56.16%79.61%-
XYZ31.0220.9717.16-
YUV125.48119.27183.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.50%
GREEN value IS 89 (35.16% from 255) = 22.14%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=50.50%
G=22.14%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038911000.560.460.20348.9552.2957.25
HexCB596E0382E1415d3439
Octal31313115607056245356471
Binary1100101110110011101110011100010111010100101011101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB596E; }

 p { color: rgb(203,89,110); }

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

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

 a { background-color: rgb(203,89,110); }

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

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

 span { border-color: rgb(203,89,110); }

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