#CB4965

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

Shades of Cabaret #CB4965

Tints of Cabaret #CB4965

Color information

#CB4965 (or 0xCB4965) is unknown color: approx Cabaret. HEX triplet: CB, 49 and 65. RGB value is (203,73,101). Sum of RGB (Red+Green+Blue) = 203+73+101=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4965 is #34B69A. Grayscale: #737373. Windows color (decimal): -3454619 or 6638027. OLE color: 6638027.

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

Color convert

RGB20373101-
CMYK00.640.500.20
HSL347.08º55.56%54.12%-
HSV(B)347.08º64.04%79.61%-
XYZ29.3618.414.32-
YUV115.06120.07190.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.85%
GREEN value IS 73 (28.91% from 255) = 19.36%
BLUE value IS 101 (39.84% from 255) = 26.79%
R=53.85%
G=19.36%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037310100.640.500.20347.0855.5654.12
HexCB4965040321415b3836
Octal313111145010062245337066
Binary11001011100100111001010100000011001010100101011011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4965; }

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

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

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

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

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

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

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

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