#CB4D76

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

Shades of Cabaret #CB4D76

Tints of Cabaret #CB4D76

Color information

#CB4D76 (or 0xCB4D76) is unknown color: approx Cabaret. HEX triplet: CB, 4D and 76. RGB value is (203,77,118). Sum of RGB (Red+Green+Blue) = 203+77+118=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4D76 is #34B289. Grayscale: #777777. Windows color (decimal): -3453578 or 7753163. OLE color: 7753163.

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

Color convert

RGB20377118-
CMYK00.620.420.20
HSL340.48º54.78%54.9%-
HSV(B)340.48º62.07%79.61%-
XYZ30.5519.3119.26-
YUV119.35127.24187.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.01%
GREEN value IS 77 (30.47% from 255) = 19.35%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=51.01%
G=19.35%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037711800.620.420.20340.4854.7854.9
HexCB4D7603E2A141543737
Octal31311516607652245246767
Binary1100101110011011110110011111010101010100101010100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4D76; }

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

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

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

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

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

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

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

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