#C25779

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

Shades of Royal Heath #C25779

Tints of Royal Heath #C25779

Color information

#C25779 (or 0xC25779) is unknown color: approx Royal Heath. HEX triplet: C2, 57 and 79. RGB value is (194,87,121). Sum of RGB (Red+Green+Blue) = 194+87+121=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C25779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25779 is #3DA886. Grayscale: #7A7A7A. Windows color (decimal): -4040839 or 7952322. OLE color: 7952322.

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

Color convert

RGB19487121-
CMYK00.550.380.24
HSL340.93º46.72%55.1%-
HSV(B)340.93º55.15%76.08%-
XYZ29.1119.6720.35-
YUV122.87126.95178.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.26%
GREEN value IS 87 (34.38% from 255) = 21.64%
BLUE value IS 121 (47.66% from 255) = 30.10%
R=48.26%
G=21.64%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948712100.550.380.24340.9346.7255.1
HexC2577903726181552f37
Octal30212717106746305255767
Binary1100001010101111111001011011110011011000101010101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25779; }

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

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

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

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

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

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

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

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