#C05572

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

Shades of Cabaret #C05572

Tints of Cabaret #C05572

Color information

#C05572 (or 0xC05572) is unknown color: approx Cabaret. HEX triplet: C0, 55 and 72. RGB value is (192,85,114). Sum of RGB (Red+Green+Blue) = 192+85+114=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C05572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05572 is #3FAA8D. Grayscale: #787878. Windows color (decimal): -4172430 or 7493056. OLE color: 7493056.

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

Color convert

RGB19285114-
CMYK00.560.410.25
HSL343.74º45.92%54.31%-
HSV(B)343.74º55.73%75.29%-
XYZ28.0218.9218.09-
YUV120.3124.45179.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.10%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=49.10%
G=21.74%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928511400.560.410.25343.7445.9254.31
HexC0557203829191582e36
Octal30012516207051315305666
Binary1100000010101011110010011100010100111001101011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05572; }

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

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

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

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

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

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

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

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