#CB536B

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

Shades of Cabaret #CB536B

Tints of Cabaret #CB536B

Color information

#CB536B (or 0xCB536B) is unknown color: approx Cabaret. HEX triplet: CB, 53 and 6B. RGB value is (203,83,107). Sum of RGB (Red+Green+Blue) = 203+83+107=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB536B is #34AC94. Grayscale: #797979. Windows color (decimal): -3452053 or 7033803. OLE color: 7033803.

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

Color convert

RGB20383107-
CMYK00.590.470.20
HSL348º53.57%56.08%-
HSV(B)348º59.11%79.61%-
XYZ30.3819.9416.16-
YUV121.62119.76186.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.65%
GREEN value IS 83 (32.81% from 255) = 21.12%
BLUE value IS 107 (42.19% from 255) = 27.23%
R=51.65%
G=21.12%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038310700.590.470.2034853.5756.08
HexCB536B03B2F1415c3638
Octal31312315307357245346670
Binary1100101110100111101011011101110111110100101011100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB536B; }

 p { color: rgb(203,83,107); }

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

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

 a { background-color: rgb(203,83,107); }

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

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

 span { border-color: rgb(203,83,107); }

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