#CB496C

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

Shades of Cabaret #CB496C

Tints of Cabaret #CB496C

Color information

#CB496C (or 0xCB496C) is unknown color: approx Cabaret. HEX triplet: CB, 49 and 6C. RGB value is (203,73,108). Sum of RGB (Red+Green+Blue) = 203+73+108=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB496C is #34B693. Grayscale: #737373. Windows color (decimal): -3454612 or 7096779. OLE color: 7096779.

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

Color convert

RGB20373108-
CMYK00.640.470.20
HSL343.85º55.56%54.12%-
HSV(B)343.85º64.04%79.61%-
XYZ29.7218.5416.2-
YUV115.86123.57190.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.86%
GREEN value IS 73 (28.91% from 255) = 19.01%
BLUE value IS 108 (42.58% from 255) = 28.12%
R=52.86%
G=19.01%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037310800.640.470.20343.8555.5654.12
HexCB496C0402F141583836
Octal313111154010057245307066
Binary11001011100100111011000100000010111110100101011000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB496C; }

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

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

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

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

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

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

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

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