#C05773

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

Shades of Cabaret #C05773

Tints of Cabaret #C05773

Color information

#C05773 (or 0xC05773) is unknown color: approx Cabaret. HEX triplet: C0, 57 and 73. RGB value is (192,87,115). Sum of RGB (Red+Green+Blue) = 192+87+115=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C05773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05773 is #3FA88C. Grayscale: #797979. Windows color (decimal): -4171917 or 7559104. OLE color: 7559104.

HSL color Cylindrical-coordinate representation of color #C05773: hue angle of 344º 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 #C05773 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB19287115-
CMYK00.550.400.25
HSL344º45.45%54.71%-
HSV(B)344º54.69%75.29%-
XYZ28.2419.2618.45-
YUV121.59124.29178.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.73%
GREEN value IS 87 (34.38% from 255) = 22.08%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=48.73%
G=22.08%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928711500.550.400.2534445.4554.71
HexC0577303728191582d37
Octal30012716306750315305567
Binary1100000010101111110011011011110100011001101011000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05773; }

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

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

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

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

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

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

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

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