Html Css Color HEX #C7474C Mandy

📋 copy color: '#C7474C'

red 199 ◦ green 71 ◦ blue 76

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

Shades of Mandy #C7474C

Tints of Mandy #C7474C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.52%

 BLUE value IS 76 (30.08% from 255) = 21.97%

R = 57.51%
G = 20.52%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7474C (or 0xC7474C) is known color: Mandy. HEX triplet: C7, 47 and 4C. RGB value is (199,71,76). Sum of RGB (Red+Green+Blue) = 199+71+76=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7474C is #38B8B3. Grayscale: #6D6D6D. Windows color (decimal): -3717300 or 4999111. OLE color: 4999111.

HSL color Cylindrical-coordinate representation of color #C7474C: hue angle of 357.66º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7474C is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 71 76 -
CMYK 0 0.64 0.62 0.22
HSL 357.66º 0.53% 0.53% -
HSV(B) 357.66º 0.64% 0.78% -
XYZ 27.11 17.17 8.72 -
YUV 109.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 199 71 76 0 0.64 0.62 0.22 357.66 0.53 0.53
Hex C7 47 4C 0 40 3E 16 166 35 35
Octal 307 107 114 0 100 76 26 546 65 65
Binary 11000111 1000111 1001100 0 1000000 111110 10110 101100110 110101 110101

Color Harmonies of #C7474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7474C

Black with #C7474C

Text Example


Text Example

White with #C7474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7474C; }

 p { color: rgb(199,71,76); }

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

background-color css

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

 a { background-color: rgb(199,71,76); }

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

border-color css

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

 span { border-color: rgb(199,71,76); }

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