Html Css Color HEX #C5416F Royal Heath

📋 copy color: '#C5416F'

red 197 ◦ green 65 ◦ blue 111

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

Shades of Royal Heath #C5416F

Tints of Royal Heath #C5416F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.76%

R = 52.82%
G = 17.43%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5416F (or 0xC5416F) is known color: Royal Heath. HEX triplet: C5, 41 and 6F. RGB value is (197,65,111). Sum of RGB (Red+Green+Blue) = 197+65+111=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5416F is #3ABE90. Grayscale: #6D6D6D. Windows color (decimal): -3849873 or 7291333. OLE color: 7291333.

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

Color convert

RGB 197 65 111 -
CMYK 0 0.67 0.44 0.23
HSL 339.09º 0.53% 0.51% -
HSV(B) 339.09º 0.67% 0.77% -
XYZ 27.79 16.8 16.82 -
YUV 109.71 128.73 190.26 -
System Red Green Blue C M Y K H S L
Decimal 197 65 111 0 0.67 0.44 0.23 339.09 0.53 0.51
Hex C5 41 6F 0 43 2C 17 153 35 33
Octal 305 101 157 0 103 54 27 523 65 63
Binary 11000101 1000001 1101111 0 1000011 101100 10111 101010011 110101 110011

Color Harmonies of #C5416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5416F

Black with #C5416F

Text Example


Text Example

White with #C5416F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5416F; }

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

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

background-color css

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

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

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

border-color css

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

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

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