#C25174

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

Shades of Royal Heath #C25174

Tints of Royal Heath #C25174

Color information

#C25174 (or 0xC25174) is unknown color: approx Royal Heath. HEX triplet: C2, 51 and 74. RGB value is (194,81,116). Sum of RGB (Red+Green+Blue) = 194+81+116=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C25174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25174 is #3DAE8B. Grayscale: #767676. Windows color (decimal): -4042380 or 7623106. OLE color: 7623106.

HSL color Cylindrical-coordinate representation of color #C25174: hue angle of 341.42º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25174 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB19481116-
CMYK00.580.400.24
HSL341.42º48.09%53.92%-
HSV(B)341.42º58.25%76.08%-
XYZ28.3418.6218.62-
YUV118.78126.44181.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.62%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 116 (45.70% from 255) = 29.67%
R=49.62%
G=20.72%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948111600.580.400.24341.4248.0953.92
HexC2517403A28181553036
Octal30212116407250305256066
Binary1100001010100011110100011101010100011000101010101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25174; }

 p { color: rgb(194,81,116); }

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

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

 a { background-color: rgb(194,81,116); }

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

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

 span { border-color: rgb(194,81,116); }

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