#CB4876

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

Shades of Cabaret #CB4876

Tints of Cabaret #CB4876

Color information

#CB4876 (or 0xCB4876) is unknown color: approx Cabaret. HEX triplet: CB, 48 and 76. RGB value is (203,72,118). Sum of RGB (Red+Green+Blue) = 203+72+118=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4876 is #34B789. Grayscale: #747474. Windows color (decimal): -3454858 or 7751883. OLE color: 7751883.

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

Color convert

RGB20372118-
CMYK00.650.420.20
HSL338.93º55.74%53.92%-
HSV(B)338.93º64.53%79.61%-
XYZ30.2218.6419.14-
YUV116.41128.9189.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.65%
GREEN value IS 72 (28.52% from 255) = 18.32%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=51.65%
G=18.32%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037211800.650.420.20338.9355.7453.92
HexCB48760412A141533836
Octal313110166010152245237066
Binary11001011100100011101100100000110101010100101010011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4876; }

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

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

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

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

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

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

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

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