#CB5E77

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

Shades of Cabaret #CB5E77

Tints of Cabaret #CB5E77

Color information

#CB5E77 (or 0xCB5E77) is unknown color: approx Cabaret. HEX triplet: CB, 5E and 77. RGB value is (203,94,119). Sum of RGB (Red+Green+Blue) = 203+94+119=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E77 is #34A188. Grayscale: #818181. Windows color (decimal): -3449225 or 7823051. OLE color: 7823051.

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

Color convert

RGB20394119-
CMYK00.540.410.20
HSL346.24º51.17%58.24%-
HSV(B)346.24º53.69%79.61%-
XYZ31.9622.0320.02-
YUV129.44122.11180.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.80%
GREEN value IS 94 (37.11% from 255) = 22.60%
BLUE value IS 119 (46.88% from 255) = 28.61%
R=48.80%
G=22.60%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039411900.540.410.20346.2451.1758.24
HexCB5E77036291415a333a
Octal31313616706651245326372
Binary1100101110111101110111011011010100110100101011010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5E77; }

 p { color: rgb(203,94,119); }

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

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

 a { background-color: rgb(203,94,119); }

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

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

 span { border-color: rgb(203,94,119); }

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