Html Css Color HEX #C5517D Royal Heath

📋 copy color: '#C5517D'

red 197 ◦ green 81 ◦ blue 125

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

Shades of Royal Heath #C5517D

Tints of Royal Heath #C5517D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.1%

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 48.88%
G = 20.1%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5517D (or 0xC5517D) is known color: Royal Heath. HEX triplet: C5, 51 and 7D. RGB value is (197,81,125). Sum of RGB (Red+Green+Blue) = 197+81+125=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5517D is #3AAE82. Grayscale: #787878. Windows color (decimal): -3845763 or 8212933. OLE color: 8212933.

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

Color convert

RGB 197 81 125 -
CMYK 0 0.59 0.37 0.23
HSL 337.24º 0.5% 0.55% -
HSV(B) 337.24º 0.59% 0.77% -
XYZ 29.67 19.24 21.55 -
YUV 120.7 130.43 182.42 -
System Red Green Blue C M Y K H S L
Decimal 197 81 125 0 0.59 0.37 0.23 337.24 0.5 0.55
Hex C5 51 7D 0 3B 25 17 151 32 37
Octal 305 121 175 0 73 45 27 521 62 67
Binary 11000101 1010001 1111101 0 111011 100101 10111 101010001 110010 110111

Color Harmonies of #C5517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5517D

Black with #C5517D

Text Example


Text Example

White with #C5517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5517D; }

 p { color: rgb(197,81,125); }

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

background-color css

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

 a { background-color: rgb(197,81,125); }

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

border-color css

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

 span { border-color: rgb(197,81,125); }

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