#C0566F

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

Shades of Cabaret #C0566F

Tints of Cabaret #C0566F

Color information

#C0566F (or 0xC0566F) is unknown color: approx Cabaret. HEX triplet: C0, 56 and 6F. RGB value is (192,86,111). Sum of RGB (Red+Green+Blue) = 192+86+111=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0566F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0566F is #3FA990. Grayscale: #787878. Windows color (decimal): -4172177 or 7296704. OLE color: 7296704.

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

Color convert

RGB19286111-
CMYK00.550.420.25
HSL345.85º45.69%54.51%-
HSV(B)345.85º55.21%75.29%-
XYZ27.9419.0117.24-
YUV120.54122.62178.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.36%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 111 (43.75% from 255) = 28.53%
R=49.36%
G=22.11%
B=28.53%

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
Decimal1928611100.550.420.25345.8545.6954.51
HexC0566F0372A1915a2e37
Octal30012615706752315325667
Binary1100000010101101101111011011110101011001101011010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0566F; }

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

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

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

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

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

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

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

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