Html Css Color HEX #C7484A Mandy

📋 copy color: '#C7484A'

red 199 ◦ green 72 ◦ blue 74

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

Shades of Mandy #C7484A

Tints of Mandy #C7484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.87%

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 57.68%
G = 20.87%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7484A (or 0xC7484A) is known color: Mandy. HEX triplet: C7, 48 and 4A. RGB value is (199,72,74). Sum of RGB (Red+Green+Blue) = 199+72+74=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7484A is #38B7B5. Grayscale: #6E6E6E. Windows color (decimal): -3717046 or 4868295. OLE color: 4868295.

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

Color convert

RGB 199 72 74 -
CMYK 0 0.64 0.63 0.22
HSL 359.06º 0.53% 0.53% -
HSV(B) 359.06º 0.64% 0.78% -
XYZ 27.11 17.27 8.38 -
YUV 110.2 107.58 191.34 -
System Red Green Blue C M Y K H S L
Decimal 199 72 74 0 0.64 0.63 0.22 359.06 0.53 0.53
Hex C7 48 4A 0 40 3F 16 167 35 35
Octal 307 110 112 0 100 77 26 547 65 65
Binary 11000111 1001000 1001010 0 1000000 111111 10110 101100111 110101 110101

Color Harmonies of #C7484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7484A

Black with #C7484A

Text Example


Text Example

White with #C7484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7484A; }

 p { color: rgb(199,72,74); }

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

background-color css

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

 a { background-color: rgb(199,72,74); }

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

border-color css

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

 span { border-color: rgb(199,72,74); }

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