#CB5266

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

Shades of Cabaret #CB5266

Tints of Cabaret #CB5266

Color information

#CB5266 (or 0xCB5266) is unknown color: approx Cabaret. HEX triplet: CB, 52 and 66. RGB value is (203,82,102). Sum of RGB (Red+Green+Blue) = 203+82+102=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5266 is #34AD99. Grayscale: #787878. Windows color (decimal): -3452314 or 6705867. OLE color: 6705867.

HSL color Cylindrical-coordinate representation of color #CB5266: hue angle of 350.08º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5266 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB20382102-
CMYK00.600.500.20
HSL350.08º53.78%55.88%-
HSV(B)350.08º59.61%79.61%-
XYZ30.0419.6914.79-
YUV120.46117.59186.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.45%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=52.45%
G=21.19%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038210200.600.500.20350.0853.7855.88
HexCB526603C321415e3638
Octal31312214607462245366670
Binary1100101110100101100110011110011001010100101011110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5266; }

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

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

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

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

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

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

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

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