#C05B78

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

Shades of Cabaret #C05B78

Tints of Cabaret #C05B78

Color information

#C05B78 (or 0xC05B78) is unknown color: approx Cabaret. HEX triplet: C0, 5B and 78. RGB value is (192,91,120). Sum of RGB (Red+Green+Blue) = 192+91+120=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B78 is #3FA487. Grayscale: #7C7C7C. Windows color (decimal): -4170888 or 7887808. OLE color: 7887808.

HSL color Cylindrical-coordinate representation of color #C05B78: hue angle of 342.77º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05B78 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB19291120-
CMYK00.530.380.25
HSL342.77º44.49%55.49%-
HSV(B)342.77º52.6%75.29%-
XYZ28.8720.0420.12-
YUV124.5125.46176.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.64%
GREEN value IS 91 (35.94% from 255) = 22.58%
BLUE value IS 120 (47.27% from 255) = 29.78%
R=47.64%
G=22.58%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929112000.530.380.25342.7744.4955.49
HexC05B7803526191572c37
Octal30013317006546315275467
Binary1100000010110111111000011010110011011001101010111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05B78; }

 p { color: rgb(192,91,120); }

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

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

 a { background-color: rgb(192,91,120); }

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

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

 span { border-color: rgb(192,91,120); }

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