#C25275

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

Shades of Royal Heath #C25275

Tints of Royal Heath #C25275

Color information

#C25275 (or 0xC25275) is unknown color: approx Royal Heath. HEX triplet: C2, 52 and 75. RGB value is (194,82,117). Sum of RGB (Red+Green+Blue) = 194+82+117=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C25275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25275 is #3DAD8A. Grayscale: #777777. Windows color (decimal): -4042123 or 7688898. OLE color: 7688898.

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

Color convert

RGB19482117-
CMYK00.580.400.24
HSL341.25º47.86%54.12%-
HSV(B)341.25º57.73%76.08%-
XYZ28.4818.7918.96-
YUV119.48126.61181.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.36%
GREEN value IS 82 (32.42% from 255) = 20.87%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=49.36%
G=20.87%
B=29.77%

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
Decimal1948211700.580.400.24341.2547.8654.12
HexC2527503A28181553036
Octal30212216507250305256066
Binary1100001010100101110101011101010100011000101010101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25275; }

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

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

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

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

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

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

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

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