Html Css Color HEX #C7406E Royal Heath

📋 copy color: '#C7406E'

red 199 ◦ green 64 ◦ blue 110

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

Shades of Royal Heath #C7406E

Tints of Royal Heath #C7406E

RGB

 RED value IS 199 (78.13% from 255) = 53.35%

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

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

R = 53.35%
G = 17.16%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7406E (or 0xC7406E) is known color: Royal Heath. HEX triplet: C7, 40 and 6E. RGB value is (199,64,110). Sum of RGB (Red+Green+Blue) = 199+64+110=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7406E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7406E is #38BF91. Grayscale: #6D6D6D. Windows color (decimal): -3719058 or 7225543. OLE color: 7225543.

HSL color Cylindrical-coordinate representation of color #C7406E: hue angle of 339.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7406E is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 64 110 -
CMYK 0 0.68 0.45 0.22
HSL 339.56º 0.55% 0.52% -
HSV(B) 339.56º 0.68% 0.78% -
XYZ 28.2 16.93 16.53 -
YUV 109.61 128.23 191.76 -
System Red Green Blue C M Y K H S L
Decimal 199 64 110 0 0.68 0.45 0.22 339.56 0.55 0.52
Hex C7 40 6E 0 44 2D 16 154 37 34
Octal 307 100 156 0 104 55 26 524 67 64
Binary 11000111 1000000 1101110 0 1000100 101101 10110 101010100 110111 110100

Color Harmonies of #C7406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7406E

Black with #C7406E

Text Example


Text Example

White with #C7406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7406E; }

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

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

background-color css

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

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

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

border-color css

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

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

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