#C0557D

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

Shades of Royal Heath #C0557D

Tints of Royal Heath #C0557D

Color information

#C0557D (or 0xC0557D) is unknown color: approx Royal Heath. HEX triplet: C0, 55 and 7D. RGB value is (192,85,125). Sum of RGB (Red+Green+Blue) = 192+85+125=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0557D is #3FAA82. Grayscale: #797979. Windows color (decimal): -4172419 or 8213952. OLE color: 8213952.

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

Color convert

RGB19285125-
CMYK00.560.350.25
HSL337.57º45.92%54.31%-
HSV(B)337.57º55.73%75.29%-
XYZ28.6919.1821.59-
YUV121.55129.95178.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 85 (33.59% from 255) = 21.14%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=47.76%
G=21.14%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928512500.560.350.25337.5745.9254.31
HexC0557D03823191522e36
Octal30012517507043315225666
Binary1100000010101011111101011100010001111001101010010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0557D; }

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

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

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

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

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

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

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

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