#C05772

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

Shades of Cabaret #C05772

Tints of Cabaret #C05772

Color information

#C05772 (or 0xC05772) is unknown color: approx Cabaret. HEX triplet: C0, 57 and 72. RGB value is (192,87,114). Sum of RGB (Red+Green+Blue) = 192+87+114=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C05772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05772 is #3FA88D. Grayscale: #797979. Windows color (decimal): -4171918 or 7493568. OLE color: 7493568.

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

Color convert

RGB19287114-
CMYK00.550.410.25
HSL344.57º45.45%54.71%-
HSV(B)344.57º54.69%75.29%-
XYZ28.1819.2418.15-
YUV121.47123.79178.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.85%
GREEN value IS 87 (34.38% from 255) = 22.14%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=48.85%
G=22.14%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928711400.550.410.25344.5745.4554.71
HexC0577203729191592d37
Octal30012716206751315315567
Binary1100000010101111110010011011110100111001101011001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05772; }

 p { color: rgb(192,87,114); }

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

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

 a { background-color: rgb(192,87,114); }

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

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

 span { border-color: rgb(192,87,114); }

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