#CB506E

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

Shades of Cabaret #CB506E

Tints of Cabaret #CB506E

Color information

#CB506E (or 0xCB506E) is unknown color: approx Cabaret. HEX triplet: CB, 50 and 6E. RGB value is (203,80,110). Sum of RGB (Red+Green+Blue) = 203+80+110=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB506E is #34AF91. Grayscale: #787878. Windows color (decimal): -3452818 or 7229643. OLE color: 7229643.

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

Color convert

RGB20380110-
CMYK00.610.460.20
HSL345.37º54.19%55.49%-
HSV(B)345.37º60.59%79.61%-
XYZ30.3119.5616.93-
YUV120.2122.25187.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.65%
GREEN value IS 80 (31.64% from 255) = 20.36%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=51.65%
G=20.36%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038011000.610.460.20345.3754.1955.49
HexCB506E03D2E141593637
Octal31312015607556245316667
Binary1100101110100001101110011110110111010100101011001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB506E; }

 p { color: rgb(203,80,110); }

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

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

 a { background-color: rgb(203,80,110); }

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

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

 span { border-color: rgb(203,80,110); }

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