Html Css Color HEX #C5427A Royal Heath

📋 copy color: '#C5427A'

red 197 ◦ green 66 ◦ blue 122

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

Shades of Royal Heath #C5427A

Tints of Royal Heath #C5427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.14%

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

R = 51.17%
G = 17.14%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5427A (or 0xC5427A) is known color: Royal Heath. HEX triplet: C5, 42 and 7A. RGB value is (197,66,122). Sum of RGB (Red+Green+Blue) = 197+66+122=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C5427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5427A is #3ABD85. Grayscale: #6F6F6F. Windows color (decimal): -3849606 or 8012485. OLE color: 8012485.

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

Color convert

RGB 197 66 122 -
CMYK 0 0.66 0.38 0.23
HSL 334.35º 0.53% 0.52% -
HSV(B) 334.35º 0.66% 0.77% -
XYZ 28.49 17.17 20.23 -
YUV 111.55 133.9 188.95 -
System Red Green Blue C M Y K H S L
Decimal 197 66 122 0 0.66 0.38 0.23 334.35 0.53 0.52
Hex C5 42 7A 0 42 26 17 14E 35 34
Octal 305 102 172 0 102 46 27 516 65 64
Binary 11000101 1000010 1111010 0 1000010 100110 10111 101001110 110101 110100

Color Harmonies of #C5427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5427A

Black with #C5427A

Text Example


Text Example

White with #C5427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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