#C0576F

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

Shades of Cabaret #C0576F

Tints of Cabaret #C0576F

Color information

#C0576F (or 0xC0576F) is unknown color: approx Cabaret. HEX triplet: C0, 57 and 6F. RGB value is (192,87,111). Sum of RGB (Red+Green+Blue) = 192+87+111=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C0576F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0576F is #3FA890. Grayscale: #797979. Windows color (decimal): -4171921 or 7296960. OLE color: 7296960.

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

Color convert

RGB19287111-
CMYK00.550.420.25
HSL346.29º45.45%54.71%-
HSV(B)346.29º54.69%75.29%-
XYZ28.0219.1717.26-
YUV121.13122.29178.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.23%
GREEN value IS 87 (34.38% from 255) = 22.31%
BLUE value IS 111 (43.75% from 255) = 28.46%
R=49.23%
G=22.31%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928711100.550.420.25346.2945.4554.71
HexC0576F0372A1915a2d37
Octal30012715706752315325567
Binary1100000010101111101111011011110101011001101011010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0576F; }

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

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

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

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

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

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

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

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