Html Css Color HEX #C5577E Royal Heath

📋 copy color: '#C5577E'

red 197 ◦ green 87 ◦ blue 126

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

Shades of Royal Heath #C5577E

Tints of Royal Heath #C5577E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.22%

 BLUE value IS 126 (49.61% from 255) = 30.73%

R = 48.05%
G = 21.22%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5577E (or 0xC5577E) is known color: Royal Heath. HEX triplet: C5, 57 and 7E. RGB value is (197,87,126). Sum of RGB (Red+Green+Blue) = 197+87+126=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5577E is #3AA881. Grayscale: #7C7C7C. Windows color (decimal): -3844226 or 8280005. OLE color: 8280005.

HSL color Cylindrical-coordinate representation of color #C5577E: hue angle of 338.73º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5577E is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 87 126 -
CMYK 0 0.56 0.36 0.23
HSL 338.73º 0.49% 0.56% -
HSV(B) 338.73º 0.56% 0.77% -
XYZ 30.2 20.19 22.04 -
YUV 124.34 128.94 179.83 -
System Red Green Blue C M Y K H S L
Decimal 197 87 126 0 0.56 0.36 0.23 338.73 0.49 0.56
Hex C5 57 7E 0 38 24 17 153 31 38
Octal 305 127 176 0 70 44 27 523 61 70
Binary 11000101 1010111 1111110 0 111000 100100 10111 101010011 110001 111000

Color Harmonies of #C5577E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5577E

Black with #C5577E

Text Example


Text Example

White with #C5577E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5577E; }

 p { color: rgb(197,87,126); }

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

background-color css

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

 a { background-color: rgb(197,87,126); }

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

border-color css

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

 span { border-color: rgb(197,87,126); }

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