Html Css Color HEX #C5406E Royal Heath

📋 copy color: '#C5406E'

red 197 ◦ green 64 ◦ blue 110

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

Shades of Royal Heath #C5406E

Tints of Royal Heath #C5406E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 53.1%
G = 17.25%
B = 29.65%

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

#C5406E (or 0xC5406E) is known color: Royal Heath. HEX triplet: C5, 40 and 6E. RGB value is (197,64,110). Sum of RGB (Red+Green+Blue) = 197+64+110=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5406E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5406E is #3ABF91. Grayscale: #6C6C6C. Windows color (decimal): -3850130 or 7225541. OLE color: 7225541.

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

Color convert

RGB 197 64 110 -
CMYK 0 0.68 0.44 0.23
HSL 339.25º 0.53% 0.51% -
HSV(B) 339.25º 0.68% 0.77% -
XYZ 27.67 16.66 16.51 -
YUV 109.01 128.56 190.76 -
System Red Green Blue C M Y K H S L
Decimal 197 64 110 0 0.68 0.44 0.23 339.25 0.53 0.51
Hex C5 40 6E 0 44 2C 17 153 35 33
Octal 305 100 156 0 104 54 27 523 65 63
Binary 11000101 1000000 1101110 0 1000100 101100 10111 101010011 110101 110011

Color Harmonies of #C5406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5406E

Black with #C5406E

Text Example


Text Example

White with #C5406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5406E; }

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

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

background-color css

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

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

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

border-color css

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

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

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