#cb5d72

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

Shades of Cabaret #CB5D72

Tints of Cabaret #CB5D72

Color information

#CB5D72 (or 0xCB5D72) is unknown color: approx Cabaret. HEX triplet: CB, 5D and 72. RGB value is (203,93,114). Sum of RGB (Red+Green+Blue) = 203+93+114=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5D72 is #34A28D. Grayscale: #808080. Windows color (decimal): -3449486 or 7495115. OLE color: 7495115.

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

Color convert

RGB20393114-
CMYK00.540.440.20
HSL348.55º51.4%58.04%-
HSV(B)348.55º54.19%79.61%-
XYZ31.5821.7418.45-
YUV128.28119.94181.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 93 (36.72% from 255) = 22.68%
BLUE value IS 114 (44.92% from 255) = 27.80%
R=49.51%
G=22.68%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039311400.540.440.20348.5551.458.04
HexCB5D720362C1415d333a
Octal31313516206654245356372
Binary1100101110111011110010011011010110010100101011101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb5d72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb5d72; }

 p { color: rgb(203,93,114); }

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

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

 a { background-color: rgb(203,93,114); }

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

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

 span { border-color: rgb(203,93,114); }

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