Html Css Color HEX #C54570 Royal Heath

📋 copy color: '#C54570'

red 197 ◦ green 69 ◦ blue 112

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

Shades of Royal Heath #C54570

Tints of Royal Heath #C54570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.63%

R = 52.12%
G = 18.25%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C54570 (or 0xC54570) is known color: Royal Heath. HEX triplet: C5, 45 and 70. RGB value is (197,69,112). Sum of RGB (Red+Green+Blue) = 197+69+112=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C54570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54570 is #3ABA8F. Grayscale: #707070. Windows color (decimal): -3848848 or 7357893. OLE color: 7357893.

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

Color convert

RGB 197 69 112 -
CMYK 0 0.65 0.43 0.23
HSL 339.84º 0.52% 0.52% -
HSV(B) 339.84º 0.65% 0.77% -
XYZ 28.08 17.3 17.19 -
YUV 112.17 127.91 188.5 -
System Red Green Blue C M Y K H S L
Decimal 197 69 112 0 0.65 0.43 0.23 339.84 0.52 0.52
Hex C5 45 70 0 41 2B 17 154 34 34
Octal 305 105 160 0 101 53 27 524 64 64
Binary 11000101 1000101 1110000 0 1000001 101011 10111 101010100 110100 110100

Color Harmonies of #C54570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54570

Black with #C54570

Text Example


Text Example

White with #C54570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54570; }

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

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

background-color css

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

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

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

border-color css

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

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

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