Html Css Color HEX #C5416D Royal Heath

📋 copy color: '#C5416D'

red 197 ◦ green 65 ◦ blue 109

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

Shades of Royal Heath #C5416D

Tints of Royal Heath #C5416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.52%

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

R = 53.1%
G = 17.52%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5416D (or 0xC5416D) is known color: Royal Heath. HEX triplet: C5, 41 and 6D. RGB value is (197,65,109). Sum of RGB (Red+Green+Blue) = 197+65+109=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5416D is #3ABE92. Grayscale: #6D6D6D. Windows color (decimal): -3849875 or 7160261. OLE color: 7160261.

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

Color convert

RGB 197 65 109 -
CMYK 0 0.67 0.45 0.23
HSL 340º 0.53% 0.51% -
HSV(B) 340º 0.67% 0.77% -
XYZ 27.68 16.76 16.24 -
YUV 109.48 127.73 190.42 -
System Red Green Blue C M Y K H S L
Decimal 197 65 109 0 0.67 0.45 0.23 340 0.53 0.51
Hex C5 41 6D 0 43 2D 17 154 35 33
Octal 305 101 155 0 103 55 27 524 65 63
Binary 11000101 1000001 1101101 0 1000011 101101 10111 101010100 110101 110011

Color Harmonies of #C5416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5416D

Black with #C5416D

Text Example


Text Example

White with #C5416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5416D; }

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

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

background-color css

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

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

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

border-color css

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

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

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