#CB496D

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

Shades of Cabaret #CB496D

Tints of Cabaret #CB496D

Color information

#CB496D (or 0xCB496D) is unknown color: approx Cabaret. HEX triplet: CB, 49 and 6D. RGB value is (203,73,109). Sum of RGB (Red+Green+Blue) = 203+73+109=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB496D is #34B692. Grayscale: #737373. Windows color (decimal): -3454611 or 7162315. OLE color: 7162315.

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

Color convert

RGB20373109-
CMYK00.640.460.20
HSL343.38º55.56%54.12%-
HSV(B)343.38º64.04%79.61%-
XYZ29.7718.5716.48-
YUV115.97124.07190.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.73%
GREEN value IS 73 (28.91% from 255) = 18.96%
BLUE value IS 109 (42.97% from 255) = 28.31%
R=52.73%
G=18.96%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037310900.640.460.20343.3855.5654.12
HexCB496D0402E141573836
Octal313111155010056245277066
Binary11001011100100111011010100000010111010100101010111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB496D; }

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

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

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

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

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

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

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

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