#CB5765

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

Shades of Cabaret #CB5765

Tints of Cabaret #CB5765

Color information

#CB5765 (or 0xCB5765) is unknown color: approx Cabaret. HEX triplet: CB, 57 and 65. RGB value is (203,87,101). Sum of RGB (Red+Green+Blue) = 203+87+101=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5765 is #34A89A. Grayscale: #7B7B7B. Windows color (decimal): -3451035 or 6641611. OLE color: 6641611.

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

Color convert

RGB20387101-
CMYK00.570.500.20
HSL352.76º52.73%56.86%-
HSV(B)352.76º57.14%79.61%-
XYZ30.3920.4514.66-
YUV123.28115.43184.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.92%
GREEN value IS 87 (34.38% from 255) = 22.25%
BLUE value IS 101 (39.84% from 255) = 25.83%
R=51.92%
G=22.25%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038710100.570.500.20352.7652.7356.86
HexCB576503932141613539
Octal31312714507162245416571
Binary1100101110101111100101011100111001010100101100001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5765; }

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

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

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

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

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

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

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

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