Html Css Color HEX #C53672 Royal Heath

📋 copy color: '#C53672'

red 197 ◦ green 54 ◦ blue 114

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

Shades of Royal Heath #C53672

Tints of Royal Heath #C53672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.79%

 BLUE value IS 114 (44.92% from 255) = 31.23%

R = 53.97%
G = 14.79%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C53672 (or 0xC53672) is known color: Royal Heath. HEX triplet: C5, 36 and 72. RGB value is (197,54,114). Sum of RGB (Red+Green+Blue) = 197+54+114=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C53672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53672 is #3AC98D. Grayscale: #676767. Windows color (decimal): -3852686 or 7485125. OLE color: 7485125.

HSL color Cylindrical-coordinate representation of color #C53672: hue angle of 334.83º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53672 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 54 114 -
CMYK 0 0.73 0.42 0.23
HSL 334.83º 0.57% 0.49% -
HSV(B) 334.83º 0.73% 0.77% -
XYZ 27.38 15.72 17.51 -
YUV 103.6 133.88 194.62 -
System Red Green Blue C M Y K H S L
Decimal 197 54 114 0 0.73 0.42 0.23 334.83 0.57 0.49
Hex C5 36 72 0 49 2A 17 14F 39 31
Octal 305 66 162 0 111 52 27 517 71 61
Binary 11000101 110110 1110010 0 1001001 101010 10111 101001111 111001 110001

Color Harmonies of #C53672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53672

Black with #C53672

Text Example


Text Example

White with #C53672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53672; }

 p { color: rgb(197,54,114); }

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

background-color css

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

 a { background-color: rgb(197,54,114); }

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

border-color css

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

 span { border-color: rgb(197,54,114); }

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