#CB496B

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

Shades of Cabaret #CB496B

Tints of Cabaret #CB496B

Color information

#CB496B (or 0xCB496B) is unknown color: approx Cabaret. HEX triplet: CB, 49 and 6B. RGB value is (203,73,107). Sum of RGB (Red+Green+Blue) = 203+73+107=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB496B is #34B694. Grayscale: #737373. Windows color (decimal): -3454613 or 7031243. OLE color: 7031243.

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

Color convert

RGB20373107-
CMYK00.640.470.20
HSL344.31º55.56%54.12%-
HSV(B)344.31º64.04%79.61%-
XYZ29.6618.5215.92-
YUV115.75123.07190.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.00%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=53.00%
G=19.06%
B=27.94%

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
Decimal2037310700.640.470.20344.3155.5654.12
HexCB496B0402F141583836
Octal313111153010057245307066
Binary11001011100100111010110100000010111110100101011000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB496B; }

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

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

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

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

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

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

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

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