#C25279

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

Shades of Royal Heath #C25279

Tints of Royal Heath #C25279

Color information

#C25279 (or 0xC25279) is unknown color: approx Royal Heath. HEX triplet: C2, 52 and 79. RGB value is (194,82,121). Sum of RGB (Red+Green+Blue) = 194+82+121=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C25279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25279 is #3DAD86. Grayscale: #777777. Windows color (decimal): -4042119 or 7951042. OLE color: 7951042.

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

Color convert

RGB19482121-
CMYK00.580.380.24
HSL339.11º47.86%54.12%-
HSV(B)339.11º57.73%76.08%-
XYZ28.7218.8820.22-
YUV119.93128.61180.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.87%
GREEN value IS 82 (32.42% from 255) = 20.65%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=48.87%
G=20.65%
B=30.48%

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
Decimal1948212100.580.380.24339.1147.8654.12
HexC2527903A26181533036
Octal30212217107246305236066
Binary1100001010100101111001011101010011011000101010011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25279; }

 p { color: rgb(194,82,121); }

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

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

 a { background-color: rgb(194,82,121); }

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

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

 span { border-color: rgb(194,82,121); }

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