Html Css Color HEX #C5406F Royal Heath

📋 copy color: '#C5406F'

red 197 ◦ green 64 ◦ blue 111

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

Shades of Royal Heath #C5406F

Tints of Royal Heath #C5406F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.2%

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

R = 52.96%
G = 17.2%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5406F (or 0xC5406F) is known color: Royal Heath. HEX triplet: C5, 40 and 6F. RGB value is (197,64,111). Sum of RGB (Red+Green+Blue) = 197+64+111=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5406F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5406F is #3ABF90. Grayscale: #6D6D6D. Windows color (decimal): -3850129 or 7291077. OLE color: 7291077.

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

Color convert

RGB 197 64 111 -
CMYK 0 0.68 0.44 0.23
HSL 338.8º 0.53% 0.51% -
HSV(B) 338.8º 0.68% 0.77% -
XYZ 27.73 16.68 16.8 -
YUV 109.13 129.06 190.68 -
System Red Green Blue C M Y K H S L
Decimal 197 64 111 0 0.68 0.44 0.23 338.8 0.53 0.51
Hex C5 40 6F 0 44 2C 17 153 35 33
Octal 305 100 157 0 104 54 27 523 65 63
Binary 11000101 1000000 1101111 0 1000100 101100 10111 101010011 110101 110011

Color Harmonies of #C5406F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5406F

Black with #C5406F

Text Example


Text Example

White with #C5406F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5406F; }

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

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

background-color css

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

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

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

border-color css

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

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

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