#C25379

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

Shades of Royal Heath #C25379

Tints of Royal Heath #C25379

Color information

#C25379 (or 0xC25379) is unknown color: approx Royal Heath. HEX triplet: C2, 53 and 79. RGB value is (194,83,121). Sum of RGB (Red+Green+Blue) = 194+83+121=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C25379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25379 is #3DAC86. Grayscale: #787878. Windows color (decimal): -4041863 or 7951298. OLE color: 7951298.

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

Color convert

RGB19483121-
CMYK00.570.380.24
HSL339.46º47.64%54.31%-
HSV(B)339.46º57.22%76.08%-
XYZ28.7919.0420.25-
YUV120.52128.27180.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.74%
GREEN value IS 83 (32.81% from 255) = 20.85%
BLUE value IS 121 (47.66% from 255) = 30.40%
R=48.74%
G=20.85%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948312100.570.380.24339.4647.6454.31
HexC2537903926181533036
Octal30212317107146305236066
Binary1100001010100111111001011100110011011000101010011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25379; }

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

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

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

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

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

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

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

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