#C05278

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

Shades of Royal Heath #C05278

Tints of Royal Heath #C05278

Color information

#C05278 (or 0xC05278) is unknown color: approx Royal Heath. HEX triplet: C0, 52 and 78. RGB value is (192,82,120). Sum of RGB (Red+Green+Blue) = 192+82+120=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C05278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05278 is #3FAD87. Grayscale: #777777. Windows color (decimal): -4173192 or 7885504. OLE color: 7885504.

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

Color convert

RGB19282120-
CMYK00.570.380.25
HSL339.27º46.61%53.73%-
HSV(B)339.27º57.29%75.29%-
XYZ28.1518.619.88-
YUV119.22128.44179.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.73%
GREEN value IS 82 (32.42% from 255) = 20.81%
BLUE value IS 120 (47.27% from 255) = 30.46%
R=48.73%
G=20.81%
B=30.46%

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
Decimal1928212000.570.380.25339.2746.6153.73
HexC0527803926191532f36
Octal30012217007146315235766
Binary1100000010100101111000011100110011011001101010011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05278; }

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

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

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

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

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

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

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

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