#C0567F

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

Shades of Royal Heath #C0567F

Tints of Royal Heath #C0567F

Color information

#C0567F (or 0xC0567F) is unknown color: approx Royal Heath. HEX triplet: C0, 56 and 7F. RGB value is (192,86,127). Sum of RGB (Red+Green+Blue) = 192+86+127=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0567F is #3FA980. Grayscale: #7A7A7A. Windows color (decimal): -4172161 or 8345280. OLE color: 8345280.

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

Color convert

RGB19286127-
CMYK00.550.340.25
HSL336.79º45.69%54.51%-
HSV(B)336.79º55.21%75.29%-
XYZ28.919.3922.3-
YUV122.37130.62177.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.41%
GREEN value IS 86 (33.98% from 255) = 21.23%
BLUE value IS 127 (50% from 255) = 31.36%
R=47.41%
G=21.23%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928612700.550.340.25336.7945.6954.51
HexC0567F03722191512e37
Octal30012617706742315215667
Binary1100000010101101111111011011110001011001101010001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0567F; }

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

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

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

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

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

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

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

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