#C25178

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

Shades of Royal Heath #C25178

Tints of Royal Heath #C25178

Color information

#C25178 (or 0xC25178) is unknown color: approx Royal Heath. HEX triplet: C2, 51 and 78. RGB value is (194,81,120). Sum of RGB (Red+Green+Blue) = 194+81+120=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C25178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25178 is #3DAE87. Grayscale: #777777. Windows color (decimal): -4042376 or 7885250. OLE color: 7885250.

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

Color convert

RGB19481120-
CMYK00.580.380.24
HSL339.29º48.09%53.92%-
HSV(B)339.29º58.25%76.08%-
XYZ28.5818.7119.87-
YUV119.23128.44181.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.11%
GREEN value IS 81 (32.03% from 255) = 20.51%
BLUE value IS 120 (47.27% from 255) = 30.38%
R=49.11%
G=20.51%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948112000.580.380.24339.2948.0953.92
HexC2517803A26181533036
Octal30212117007246305236066
Binary1100001010100011111000011101010011011000101010011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25178; }

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

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

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

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

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

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

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

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