Html Css Color HEX #C5527C Royal Heath

📋 copy color: '#C5527C'

red 197 ◦ green 82 ◦ blue 124

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

Shades of Royal Heath #C5527C

Tints of Royal Heath #C5527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.35%

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

R = 48.88%
G = 20.35%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5527C (or 0xC5527C) is known color: Royal Heath. HEX triplet: C5, 52 and 7C. RGB value is (197,82,124). Sum of RGB (Red+Green+Blue) = 197+82+124=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5527C is #3AAD83. Grayscale: #797979. Windows color (decimal): -3845508 or 8147653. OLE color: 8147653.

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

Color convert

RGB 197 82 124 -
CMYK 0 0.58 0.37 0.23
HSL 338.09º 0.5% 0.55% -
HSV(B) 338.09º 0.58% 0.77% -
XYZ 29.68 19.36 21.24 -
YUV 121.17 129.6 182.08 -
System Red Green Blue C M Y K H S L
Decimal 197 82 124 0 0.58 0.37 0.23 338.09 0.5 0.55
Hex C5 52 7C 0 3A 25 17 152 32 37
Octal 305 122 174 0 72 45 27 522 62 67
Binary 11000101 1010010 1111100 0 111010 100101 10111 101010010 110010 110111

Color Harmonies of #C5527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5527C

Black with #C5527C

Text Example


Text Example

White with #C5527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5527C; }

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

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

background-color css

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

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

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

border-color css

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

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

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