#CB5575

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

Shades of Cabaret #CB5575

Tints of Cabaret #CB5575

Color information

#CB5575 (or 0xCB5575) is unknown color: approx Cabaret. HEX triplet: CB, 55 and 75. RGB value is (203,85,117). Sum of RGB (Red+Green+Blue) = 203+85+117=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5575 is #34AA8A. Grayscale: #7B7B7B. Windows color (decimal): -3451531 or 7689675. OLE color: 7689675.

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

Color convert

RGB20385117-
CMYK00.580.420.20
HSL343.73º53.15%56.47%-
HSV(B)343.73º58.13%79.61%-
XYZ31.0920.4819.14-
YUV123.93124.09184.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.12%
GREEN value IS 85 (33.59% from 255) = 20.99%
BLUE value IS 117 (46.09% from 255) = 28.89%
R=50.12%
G=20.99%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038511700.580.420.20343.7353.1556.47
HexCB557503A2A141583538
Octal31312516507252245306570
Binary1100101110101011110101011101010101010100101011000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5575; }

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

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

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

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

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

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

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

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