#C25376

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

Shades of Royal Heath #C25376

Tints of Royal Heath #C25376

Color information

#C25376 (or 0xC25376) is unknown color: approx Royal Heath. HEX triplet: C2, 53 and 76. RGB value is (194,83,118). Sum of RGB (Red+Green+Blue) = 194+83+118=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C25376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25376 is #3DAC89. Grayscale: #787878. Windows color (decimal): -4041866 or 7754690. OLE color: 7754690.

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

Color convert

RGB19483118-
CMYK00.570.390.24
HSL341.08º47.64%54.31%-
HSV(B)341.08º57.22%76.08%-
XYZ28.6118.9619.29-
YUV120.18126.77180.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.11%
GREEN value IS 83 (32.81% from 255) = 21.01%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=49.11%
G=21.01%
B=29.87%

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
Decimal1948311800.570.390.24341.0847.6454.31
HexC2537603927181553036
Octal30212316607147305256066
Binary1100001010100111110110011100110011111000101010101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25376; }

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

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

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

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

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

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

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

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