Html Css Color HEX #C7484C Mandy

📋 copy color: '#C7484C'

red 199 ◦ green 72 ◦ blue 76

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

Shades of Mandy #C7484C

Tints of Mandy #C7484C

RGB

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

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

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

R = 57.35%
G = 20.75%
B = 21.9%

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

#C7484C (or 0xC7484C) is known color: Mandy. HEX triplet: C7, 48 and 4C. RGB value is (199,72,76). Sum of RGB (Red+Green+Blue) = 199+72+76=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C7484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7484C is #38B7B3. Grayscale: #6E6E6E. Windows color (decimal): -3717044 or 4999367. OLE color: 4999367.

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

Color convert

RGB 199 72 76 -
CMYK 0 0.64 0.62 0.22
HSL 358.11º 0.53% 0.53% -
HSV(B) 358.11º 0.64% 0.78% -
XYZ 27.18 17.3 8.74 -
YUV 110.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 199 72 76 0 0.64 0.62 0.22 358.11 0.53 0.53
Hex C7 48 4C 0 40 3E 16 166 35 35
Octal 307 110 114 0 100 76 26 546 65 65
Binary 11000111 1001000 1001100 0 1000000 111110 10110 101100110 110101 110101

Color Harmonies of #C7484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7484C

Black with #C7484C

Text Example


Text Example

White with #C7484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7484C; }

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

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

background-color css

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

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

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

border-color css

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

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

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