Html Css Color HEX #C5457A Royal Heath

📋 copy color: '#C5457A'

red 197 ◦ green 69 ◦ blue 122

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

Shades of Royal Heath #C5457A

Tints of Royal Heath #C5457A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.78%

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

R = 50.77%
G = 17.78%
B = 31.44%

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

#C5457A (or 0xC5457A) is known color: Royal Heath. HEX triplet: C5, 45 and 7A. RGB value is (197,69,122). Sum of RGB (Red+Green+Blue) = 197+69+122=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5457A is #3ABA85. Grayscale: #717171. Windows color (decimal): -3848838 or 8013253. OLE color: 8013253.

HSL color Cylindrical-coordinate representation of color #C5457A: hue angle of 335.16º degrees, saturation: 0.52, 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 #C5457A is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 69 122 -
CMYK 0 0.65 0.38 0.23
HSL 335.16º 0.52% 0.52% -
HSV(B) 335.16º 0.65% 0.77% -
XYZ 28.67 17.53 20.29 -
YUV 113.31 132.91 187.69 -
System Red Green Blue C M Y K H S L
Decimal 197 69 122 0 0.65 0.38 0.23 335.16 0.52 0.52
Hex C5 45 7A 0 41 26 17 14F 34 34
Octal 305 105 172 0 101 46 27 517 64 64
Binary 11000101 1000101 1111010 0 1000001 100110 10111 101001111 110100 110100

Color Harmonies of #C5457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5457A

Black with #C5457A

Text Example


Text Example

White with #C5457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5457A; }

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

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

background-color css

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

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

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

border-color css

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

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

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