Html Css Color HEX #C7414F Mandy

📋 copy color: '#C7414F'

red 199 ◦ green 65 ◦ blue 79

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

Shades of Mandy #C7414F

Tints of Mandy #C7414F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.03%

R = 58.02%
G = 18.95%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7414F (or 0xC7414F) is known color: Mandy. HEX triplet: C7, 41 and 4F. RGB value is (199,65,79). Sum of RGB (Red+Green+Blue) = 199+65+79=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7414F is #38BEB0. Grayscale: #6A6A6A. Windows color (decimal): -3718833 or 5194183. OLE color: 5194183.

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

Color convert

RGB 199 65 79 -
CMYK 0 0.67 0.60 0.22
HSL 353.73º 0.54% 0.52% -
HSV(B) 353.73º 0.67% 0.78% -
XYZ 26.85 16.49 9.16 -
YUV 106.66 112.39 193.86 -
System Red Green Blue C M Y K H S L
Decimal 199 65 79 0 0.67 0.60 0.22 353.73 0.54 0.52
Hex C7 41 4F 0 43 3C 16 162 36 34
Octal 307 101 117 0 103 74 26 542 66 64
Binary 11000111 1000001 1001111 0 1000011 111100 10110 101100010 110110 110100

Color Harmonies of #C7414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7414F

Black with #C7414F

Text Example


Text Example

White with #C7414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7414F; }

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

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

background-color css

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

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

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

border-color css

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

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

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