Html Css Color HEX #C25779 Royal Heath

📋 copy color: '#C25779'

red 194 ◦ green 87 ◦ blue 121

#C25779
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #C25779

Tints of Royal Heath #C25779

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.1%

R = 48.26%
G = 21.64%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C25779 (or 0xC25779) is known color: 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

RGB 194 87 121 -
CMYK 0 0.55 0.38 0.24
HSL 340.93º 0.47% 0.55% -
HSV(B) 340.93º 0.55% 0.76% -
XYZ 29.11 19.67 20.35 -
YUV 122.87 126.95 178.74 -
System Red Green Blue C M Y K H S L
Decimal 194 87 121 0 0.55 0.38 0.24 340.93 0.47 0.55
Hex C2 57 79 0 37 26 18 155 2F 37
Octal 302 127 171 0 67 46 30 525 57 67
Binary 11000010 1010111 1111001 0 110111 100110 11000 101010101 101111 110111

Color Harmonies of #C25779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25779

Black with #C25779

Text Example


Text Example

White with #C25779

Text Example


Text Example

HTML Codes & Css Web 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>