#CB506C

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

Shades of Cabaret #CB506C

Tints of Cabaret #CB506C

Color information

#CB506C (or 0xCB506C) is unknown color: approx Cabaret. HEX triplet: CB, 50 and 6C. RGB value is (203,80,108). Sum of RGB (Red+Green+Blue) = 203+80+108=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB506C is #34AF93. Grayscale: #777777. Windows color (decimal): -3452820 or 7098571. OLE color: 7098571.

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

Color convert

RGB20380108-
CMYK00.610.470.20
HSL346.34º54.19%55.49%-
HSV(B)346.34º60.59%79.61%-
XYZ30.219.5216.36-
YUV119.97121.25187.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.92%
GREEN value IS 80 (31.64% from 255) = 20.46%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=51.92%
G=20.46%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038010800.610.470.20346.3454.1955.49
HexCB506C03D2F1415a3637
Octal31312015407557245326667
Binary1100101110100001101100011110110111110100101011010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB506C; }

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

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

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

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

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

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

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

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