#cb5773

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

Shades of Cabaret #CB5773

Tints of Cabaret #CB5773

Color information

#CB5773 (or 0xCB5773) is unknown color: approx Cabaret. HEX triplet: CB, 57 and 73. RGB value is (203,87,115). Sum of RGB (Red+Green+Blue) = 203+87+115=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5773 is #34A88C. Grayscale: #7C7C7C. Windows color (decimal): -3451021 or 7559115. OLE color: 7559115.

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

Color convert

RGB20387115-
CMYK00.570.430.20
HSL345.52º52.73%56.86%-
HSV(B)345.52º57.14%79.61%-
XYZ31.1320.7518.58-
YUV124.88122.43183.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.12%
GREEN value IS 87 (34.38% from 255) = 21.48%
BLUE value IS 115 (45.31% from 255) = 28.40%
R=50.12%
G=21.48%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038711500.570.430.20345.5252.7356.86
HexCB57730392B1415a3539
Octal31312716307153245326571
Binary1100101110101111110011011100110101110100101011010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb5773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb5773; }

 p { color: rgb(203,87,115); }

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

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

 a { background-color: rgb(203,87,115); }

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

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

 span { border-color: rgb(203,87,115); }

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