Html Css Color HEX #C53870 Royal Heath

📋 copy color: '#C53870'

red 197 ◦ green 56 ◦ blue 112

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

Shades of Royal Heath #C53870

Tints of Royal Heath #C53870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.34%

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

R = 53.97%
G = 15.34%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C53870 (or 0xC53870) is known color: Royal Heath. HEX triplet: C5, 38 and 70. RGB value is (197,56,112). Sum of RGB (Red+Green+Blue) = 197+56+112=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C53870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53870 is #3AC78F. Grayscale: #686868. Windows color (decimal): -3852176 or 7354565. OLE color: 7354565.

HSL color Cylindrical-coordinate representation of color #C53870: hue angle of 336.17º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53870 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 56 112 -
CMYK 0 0.72 0.43 0.23
HSL 336.17º 0.56% 0.5% -
HSV(B) 336.17º 0.72% 0.77% -
XYZ 27.36 15.87 16.95 -
YUV 104.54 132.21 193.95 -
System Red Green Blue C M Y K H S L
Decimal 197 56 112 0 0.72 0.43 0.23 336.17 0.56 0.5
Hex C5 38 70 0 48 2B 17 150 38 32
Octal 305 70 160 0 110 53 27 520 70 62
Binary 11000101 111000 1110000 0 1001000 101011 10111 101010000 111000 110010

Color Harmonies of #C53870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53870

Black with #C53870

Text Example


Text Example

White with #C53870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53870; }

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

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

background-color css

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

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

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

border-color css

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

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

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