Html Css Color HEX #C5396D Royal Heath

📋 copy color: '#C5396D'

red 197 ◦ green 57 ◦ blue 109

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

Shades of Royal Heath #C5396D

Tints of Royal Heath #C5396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.7%

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 54.27%
G = 15.7%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5396D (or 0xC5396D) is known color: Royal Heath. HEX triplet: C5, 39 and 6D. RGB value is (197,57,109). Sum of RGB (Red+Green+Blue) = 197+57+109=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C5396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5396D is #3AC692. Grayscale: #686868. Windows color (decimal): -3851923 or 7158213. OLE color: 7158213.

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

Color convert

RGB 197 57 109 -
CMYK 0 0.71 0.45 0.23
HSL 337.71º 0.55% 0.5% -
HSV(B) 337.71º 0.71% 0.77% -
XYZ 27.25 15.9 16.1 -
YUV 104.79 130.38 193.77 -
System Red Green Blue C M Y K H S L
Decimal 197 57 109 0 0.71 0.45 0.23 337.71 0.55 0.5
Hex C5 39 6D 0 47 2D 17 152 37 32
Octal 305 71 155 0 107 55 27 522 67 62
Binary 11000101 111001 1101101 0 1000111 101101 10111 101010010 110111 110010

Color Harmonies of #C5396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5396D

Black with #C5396D

Text Example


Text Example

White with #C5396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5396D; }

 p { color: rgb(197,57,109); }

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

background-color css

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

 a { background-color: rgb(197,57,109); }

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

border-color css

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

 span { border-color: rgb(197,57,109); }

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