Html Css Color HEX #C5587E Royal Heath

📋 copy color: '#C5587E'

red 197 ◦ green 88 ◦ blue 126

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

Shades of Royal Heath #C5587E

Tints of Royal Heath #C5587E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.41%

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

R = 47.93%
G = 21.41%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5587E (or 0xC5587E) is known color: Royal Heath. HEX triplet: C5, 58 and 7E. RGB value is (197,88,126). Sum of RGB (Red+Green+Blue) = 197+88+126=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5587E is #3AA781. Grayscale: #7C7C7C. Windows color (decimal): -3843970 or 8280261. OLE color: 8280261.

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

Color convert

RGB 197 88 126 -
CMYK 0 0.55 0.36 0.23
HSL 339.08º 0.48% 0.56% -
HSV(B) 339.08º 0.55% 0.77% -
XYZ 30.28 20.36 22.07 -
YUV 124.92 128.61 179.41 -
System Red Green Blue C M Y K H S L
Decimal 197 88 126 0 0.55 0.36 0.23 339.08 0.48 0.56
Hex C5 58 7E 0 37 24 17 153 30 38
Octal 305 130 176 0 67 44 27 523 60 70
Binary 11000101 1011000 1111110 0 110111 100100 10111 101010011 110000 111000

Color Harmonies of #C5587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5587E

Black with #C5587E

Text Example


Text Example

White with #C5587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5587E; }

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

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

background-color css

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

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

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

border-color css

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

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

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