#CB5766

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

Shades of Cabaret #CB5766

Tints of Cabaret #CB5766

Color information

#CB5766 (or 0xCB5766) is unknown color: approx Cabaret. HEX triplet: CB, 57 and 66. RGB value is (203,87,102). Sum of RGB (Red+Green+Blue) = 203+87+102=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5766 is #34A899. Grayscale: #7B7B7B. Windows color (decimal): -3451034 or 6707147. OLE color: 6707147.

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

Color convert

RGB20387102-
CMYK00.570.500.20
HSL352.24º52.73%56.86%-
HSV(B)352.24º57.14%79.61%-
XYZ30.4420.4714.92-
YUV123.39115.93184.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.79%
GREEN value IS 87 (34.38% from 255) = 22.19%
BLUE value IS 102 (40.23% from 255) = 26.02%
R=51.79%
G=22.19%
B=26.02%

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
Decimal2038710200.570.500.20352.2452.7356.86
HexCB576603932141603539
Octal31312714607162245406571
Binary1100101110101111100110011100111001010100101100000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5766; }

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

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

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

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

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

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

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

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