Html Css Color HEX #C5487C Royal Heath

📋 copy color: '#C5487C'

red 197 ◦ green 72 ◦ blue 124

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

Shades of Royal Heath #C5487C

Tints of Royal Heath #C5487C

RGB

 RED value IS 197 (77.34% from 255) = 50.13%

 GREEN value IS 72 (28.52% from 255) = 18.32%

 BLUE value IS 124 (48.83% from 255) = 31.55%

R = 50.13%
G = 18.32%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5487C (or 0xC5487C) is known color: Royal Heath. HEX triplet: C5, 48 and 7C. RGB value is (197,72,124). Sum of RGB (Red+Green+Blue) = 197+72+124=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5487C is #3AB783. Grayscale: #737373. Windows color (decimal): -3848068 or 8145093. OLE color: 8145093.

HSL color Cylindrical-coordinate representation of color #C5487C: hue angle of 335.04º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5487C is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 72 124 -
CMYK 0 0.63 0.37 0.23
HSL 335.04º 0.52% 0.53% -
HSV(B) 335.04º 0.63% 0.77% -
XYZ 28.98 17.96 21.01 -
YUV 115.3 132.91 186.27 -
System Red Green Blue C M Y K H S L
Decimal 197 72 124 0 0.63 0.37 0.23 335.04 0.52 0.53
Hex C5 48 7C 0 3F 25 17 14F 34 35
Octal 305 110 174 0 77 45 27 517 64 65
Binary 11000101 1001000 1111100 0 111111 100101 10111 101001111 110100 110101

Color Harmonies of #C5487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5487C

Black with #C5487C

Text Example


Text Example

White with #C5487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5487C; }

 p { color: rgb(197,72,124); }

 H1.HeaderClassName
 {
   color: #C5487C;
 }
 .AnyTagClassName
 {
   color: #C5487C;
 }
</style>

background-color css

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

 a { background-color: rgb(197,72,124); }

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

border-color css

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

 span { border-color: rgb(197,72,124); }

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