Html Css Color HEX #C7416F Royal Heath

📋 copy color: '#C7416F'

red 199 ◦ green 65 ◦ blue 111

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

Shades of Royal Heath #C7416F

Tints of Royal Heath #C7416F

RGB

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

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

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

R = 53.07%
G = 17.33%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C7416F (or 0xC7416F) is known color: Royal Heath. HEX triplet: C7, 41 and 6F. RGB value is (199,65,111). Sum of RGB (Red+Green+Blue) = 199+65+111=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7416F is #38BE90. Grayscale: #6E6E6E. Windows color (decimal): -3718801 or 7291335. OLE color: 7291335.

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

Color convert

RGB 199 65 111 -
CMYK 0 0.67 0.44 0.22
HSL 339.4º 0.54% 0.52% -
HSV(B) 339.4º 0.67% 0.78% -
XYZ 28.31 17.07 16.84 -
YUV 110.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 199 65 111 0 0.67 0.44 0.22 339.4 0.54 0.52
Hex C7 41 6F 0 43 2C 16 153 36 34
Octal 307 101 157 0 103 54 26 523 66 64
Binary 11000111 1000001 1101111 0 1000011 101100 10110 101010011 110110 110100

Color Harmonies of #C7416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7416F

Black with #C7416F

Text Example


Text Example

White with #C7416F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7416F; }

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

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

background-color css

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

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

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

border-color css

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

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

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