#C05277

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

Shades of Royal Heath #C05277

Tints of Royal Heath #C05277

Color information

#C05277 (or 0xC05277) is unknown color: approx Royal Heath. HEX triplet: C0, 52 and 77. RGB value is (192,82,119). Sum of RGB (Red+Green+Blue) = 192+82+119=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C05277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05277 is #3FAD88. Grayscale: #777777. Windows color (decimal): -4173193 or 7819968. OLE color: 7819968.

HSL color Cylindrical-coordinate representation of color #C05277: hue angle of 339.82º degrees, saturation: 0.47, 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 #C05277 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB19282119-
CMYK00.570.380.25
HSL339.82º46.61%53.73%-
HSV(B)339.82º57.29%75.29%-
XYZ28.0918.5719.56-
YUV119.11127.94179.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.85%
GREEN value IS 82 (32.42% from 255) = 20.87%
BLUE value IS 119 (46.88% from 255) = 30.28%
R=48.85%
G=20.87%
B=30.28%

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
Decimal1928211900.570.380.25339.8246.6153.73
HexC0527703926191542f36
Octal30012216707146315245766
Binary1100000010100101110111011100110011011001101010100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05277; }

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

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

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

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

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

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

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

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