Html Css Color HEX #C5447A Royal Heath

📋 copy color: '#C5447A'

red 197 ◦ green 68 ◦ blue 122

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

Shades of Royal Heath #C5447A

Tints of Royal Heath #C5447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.57%

 BLUE value IS 122 (48.05% from 255) = 31.52%

R = 50.9%
G = 17.57%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5447A (or 0xC5447A) is known color: Royal Heath. HEX triplet: C5, 44 and 7A. RGB value is (197,68,122). Sum of RGB (Red+Green+Blue) = 197+68+122=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5447A is #3ABB85. Grayscale: #707070. Windows color (decimal): -3849094 or 8012997. OLE color: 8012997.

HSL color Cylindrical-coordinate representation of color #C5447A: hue angle of 334.88º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5447A is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 68 122 -
CMYK 0 0.65 0.38 0.23
HSL 334.88º 0.53% 0.52% -
HSV(B) 334.88º 0.65% 0.77% -
XYZ 28.61 17.41 20.27 -
YUV 112.73 133.24 188.11 -
System Red Green Blue C M Y K H S L
Decimal 197 68 122 0 0.65 0.38 0.23 334.88 0.53 0.52
Hex C5 44 7A 0 41 26 17 14F 35 34
Octal 305 104 172 0 101 46 27 517 65 64
Binary 11000101 1000100 1111010 0 1000001 100110 10111 101001111 110101 110100

Color Harmonies of #C5447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5447A

Black with #C5447A

Text Example


Text Example

White with #C5447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5447A; }

 p { color: rgb(197,68,122); }

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

background-color css

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

 a { background-color: rgb(197,68,122); }

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

border-color css

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

 span { border-color: rgb(197,68,122); }

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