#C25476

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

Shades of Royal Heath #C25476

Tints of Royal Heath #C25476

Color information

#C25476 (or 0xC25476) is unknown color: approx Royal Heath. HEX triplet: C2, 54 and 76. RGB value is (194,84,118). Sum of RGB (Red+Green+Blue) = 194+84+118=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C25476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25476 is #3DAB89. Grayscale: #787878. Windows color (decimal): -4041610 or 7754946. OLE color: 7754946.

HSL color Cylindrical-coordinate representation of color #C25476: hue angle of 341.45º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25476 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB19484118-
CMYK00.570.390.24
HSL341.45º47.41%54.51%-
HSV(B)341.45º56.7%76.08%-
XYZ28.6919.1219.32-
YUV120.77126.44180.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.99%
GREEN value IS 84 (33.20% from 255) = 21.21%
BLUE value IS 118 (46.48% from 255) = 29.80%
R=48.99%
G=21.21%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948411800.570.390.24341.4547.4154.51
HexC2547603927181552f37
Octal30212416607147305255767
Binary1100001010101001110110011100110011111000101010101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25476; }

 p { color: rgb(194,84,118); }

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

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

 a { background-color: rgb(194,84,118); }

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

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

 span { border-color: rgb(194,84,118); }

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