#C05377

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

Shades of Royal Heath #C05377

Tints of Royal Heath #C05377

Color information

#C05377 (or 0xC05377) is unknown color: approx Royal Heath. HEX triplet: C0, 53 and 77. RGB value is (192,83,119). Sum of RGB (Red+Green+Blue) = 192+83+119=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C05377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05377 is #3FAC88. Grayscale: #777777. Windows color (decimal): -4172937 or 7820224. OLE color: 7820224.

HSL color Cylindrical-coordinate representation of color #C05377: hue angle of 340.18º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05377 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB19283119-
CMYK00.570.380.25
HSL340.18º46.38%53.92%-
HSV(B)340.18º56.77%75.29%-
XYZ28.1618.7219.58-
YUV119.7127.61179.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.73%
GREEN value IS 83 (32.81% from 255) = 21.07%
BLUE value IS 119 (46.88% from 255) = 30.20%
R=48.73%
G=21.07%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928311900.570.380.25340.1846.3853.92
HexC0537703926191542e36
Octal30012316707146315245666
Binary1100000010100111110111011100110011011001101010100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05377; }

 p { color: rgb(192,83,119); }

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

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

 a { background-color: rgb(192,83,119); }

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

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

 span { border-color: rgb(192,83,119); }

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