Html Css Color HEX #C5547C Royal Heath

📋 copy color: '#C5547C'

red 197 ◦ green 84 ◦ blue 124

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

Shades of Royal Heath #C5547C

Tints of Royal Heath #C5547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.74%

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

R = 48.64%
G = 20.74%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5547C (or 0xC5547C) is known color: Royal Heath. HEX triplet: C5, 54 and 7C. RGB value is (197,84,124). Sum of RGB (Red+Green+Blue) = 197+84+124=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5547C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5547C is #3AAB83. Grayscale: #7A7A7A. Windows color (decimal): -3844996 or 8148165. OLE color: 8148165.

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

Color convert

RGB 197 84 124 -
CMYK 0 0.57 0.37 0.23
HSL 338.76º 0.49% 0.55% -
HSV(B) 338.76º 0.57% 0.77% -
XYZ 29.83 19.67 21.29 -
YUV 122.35 128.94 181.25 -
System Red Green Blue C M Y K H S L
Decimal 197 84 124 0 0.57 0.37 0.23 338.76 0.49 0.55
Hex C5 54 7C 0 39 25 17 153 31 37
Octal 305 124 174 0 71 45 27 523 61 67
Binary 11000101 1010100 1111100 0 111001 100101 10111 101010011 110001 110111

Color Harmonies of #C5547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5547C

Black with #C5547C

Text Example


Text Example

White with #C5547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5547C; }

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

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

background-color css

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

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

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

border-color css

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

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

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