#CB5E78

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

Shades of Cabaret #CB5E78

Tints of Cabaret #CB5E78

Color information

#CB5E78 (or 0xCB5E78) is unknown color: approx Cabaret. HEX triplet: CB, 5E and 78. RGB value is (203,94,120). Sum of RGB (Red+Green+Blue) = 203+94+120=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E78 is #34A187. Grayscale: #818181. Windows color (decimal): -3449224 or 7888587. OLE color: 7888587.

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

Color convert

RGB20394120-
CMYK00.540.410.20
HSL345.69º51.17%58.24%-
HSV(B)345.69º53.69%79.61%-
XYZ32.0222.0620.34-
YUV129.56122.61180.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.68%
GREEN value IS 94 (37.11% from 255) = 22.54%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=48.68%
G=22.54%
B=28.78%

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
Decimal2039412000.540.410.20345.6951.1758.24
HexCB5E78036291415a333a
Octal31313617006651245326372
Binary1100101110111101111000011011010100110100101011010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5E78; }

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

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

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

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

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

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

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

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