#CB5176

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

Shades of Cabaret #CB5176

Tints of Cabaret #CB5176

Color information

#CB5176 (or 0xCB5176) is unknown color: approx Cabaret. HEX triplet: CB, 51 and 76. RGB value is (203,81,118). Sum of RGB (Red+Green+Blue) = 203+81+118=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5176 is #34AE89. Grayscale: #797979. Windows color (decimal): -3452554 or 7754187. OLE color: 7754187.

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

Color convert

RGB20381118-
CMYK00.600.420.20
HSL341.8º53.98%55.69%-
HSV(B)341.8º60.1%79.61%-
XYZ30.8419.8919.35-
YUV121.7125.92185.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.50%
GREEN value IS 81 (32.03% from 255) = 20.15%
BLUE value IS 118 (46.48% from 255) = 29.35%
R=50.50%
G=20.15%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038111800.600.420.20341.853.9855.69
HexCB517603C2A141563638
Octal31312116607452245266670
Binary1100101110100011110110011110010101010100101010110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5176; }

 p { color: rgb(203,81,118); }

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

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

 a { background-color: rgb(203,81,118); }

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

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

 span { border-color: rgb(203,81,118); }

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