#C0547F

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

Shades of Royal Heath #C0547F

Tints of Royal Heath #C0547F

Color information

#C0547F (or 0xC0547F) is unknown color: approx Royal Heath. HEX triplet: C0, 54 and 7F. RGB value is (192,84,127). Sum of RGB (Red+Green+Blue) = 192+84+127=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0547F is #3FAB80. Grayscale: #797979. Windows color (decimal): -4172673 or 8344768. OLE color: 8344768.

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

Color convert

RGB19284127-
CMYK00.560.340.25
HSL336.11º46.15%54.12%-
HSV(B)336.11º56.25%75.29%-
XYZ28.7419.0822.25-
YUV121.19131.28178.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.64%
GREEN value IS 84 (33.20% from 255) = 20.84%
BLUE value IS 127 (50% from 255) = 31.51%
R=47.64%
G=20.84%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928412700.560.340.25336.1146.1554.12
HexC0547F03822191502e36
Octal30012417707042315205666
Binary1100000010101001111111011100010001011001101010000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0547F; }

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

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

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

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

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

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

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

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