#CB496F

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

Shades of Cabaret #CB496F

Tints of Cabaret #CB496F

Color information

#CB496F (or 0xCB496F) is unknown color: approx Cabaret. HEX triplet: CB, 49 and 6F. RGB value is (203,73,111). Sum of RGB (Red+Green+Blue) = 203+73+111=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB496F is #34B690. Grayscale: #747474. Windows color (decimal): -3454609 or 7293387. OLE color: 7293387.

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

Color convert

RGB20373111-
CMYK00.640.450.20
HSL342.46º55.56%54.12%-
HSV(B)342.46º64.04%79.61%-
XYZ29.8818.6117.06-
YUV116.2125.07189.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.45%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 111 (43.75% from 255) = 28.68%
R=52.45%
G=18.86%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037311100.640.450.20342.4655.5654.12
HexCB496F0402D141563836
Octal313111157010055245267066
Binary11001011100100111011110100000010110110100101010110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB496F; }

 p { color: rgb(203,73,111); }

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

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

 a { background-color: rgb(203,73,111); }

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

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

 span { border-color: rgb(203,73,111); }

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