#CB5975

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

Shades of Cabaret #CB5975

Tints of Cabaret #CB5975

Color information

#CB5975 (or 0xCB5975) is unknown color: approx Cabaret. HEX triplet: CB, 59 and 75. RGB value is (203,89,117). Sum of RGB (Red+Green+Blue) = 203+89+117=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5975 is #34A68A. Grayscale: #7E7E7E. Windows color (decimal): -3450507 or 7690699. OLE color: 7690699.

HSL color Cylindrical-coordinate representation of color #CB5975: hue angle of 345.26º 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 #CB5975 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB20389117-
CMYK00.560.420.20
HSL345.26º52.29%57.25%-
HSV(B)345.26º56.16%79.61%-
XYZ31.4121.1319.25-
YUV126.28122.77182.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.63%
GREEN value IS 89 (35.16% from 255) = 21.76%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=49.63%
G=21.76%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038911700.560.420.20345.2652.2957.25
HexCB59750382A141593439
Octal31313116507052245316471
Binary1100101110110011110101011100010101010100101011001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5975; }

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

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

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

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

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

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

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

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