Html Css Color HEX #C7484D Mandy

📋 copy color: '#C7484D'

red 199 ◦ green 72 ◦ blue 77

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

Shades of Mandy #C7484D

Tints of Mandy #C7484D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 57.18%
G = 20.69%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7484D (or 0xC7484D) is known color: Mandy. HEX triplet: C7, 48 and 4D. RGB value is (199,72,77). Sum of RGB (Red+Green+Blue) = 199+72+77=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C7484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7484D is #38B7B2. Grayscale: #6E6E6E. Windows color (decimal): -3717043 or 5064903. OLE color: 5064903.

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

Color convert

RGB 199 72 77 -
CMYK 0 0.64 0.61 0.22
HSL 357.64º 0.53% 0.53% -
HSV(B) 357.64º 0.64% 0.78% -
XYZ 27.21 17.31 8.93 -
YUV 110.54 109.08 191.09 -
System Red Green Blue C M Y K H S L
Decimal 199 72 77 0 0.64 0.61 0.22 357.64 0.53 0.53
Hex C7 48 4D 0 40 3D 16 166 35 35
Octal 307 110 115 0 100 75 26 546 65 65
Binary 11000111 1001000 1001101 0 1000000 111101 10110 101100110 110101 110101

Color Harmonies of #C7484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7484D

Black with #C7484D

Text Example


Text Example

White with #C7484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7484D; }

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

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

background-color css

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

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

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

border-color css

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

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

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