Html Css Color HEX #C9484C Mandy

📋 copy color: '#C9484C'

red 201 ◦ green 72 ◦ blue 76

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

Shades of Mandy #C9484C

Tints of Mandy #C9484C

RGB

 RED value IS 201 (78.91% from 255) = 57.59%

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

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

R = 57.59%
G = 20.63%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9484C (or 0xC9484C) is known color: Mandy. HEX triplet: C9, 48 and 4C. RGB value is (201,72,76). Sum of RGB (Red+Green+Blue) = 201+72+76=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C9484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9484C is #36B7B3. Grayscale: #6F6F6F. Windows color (decimal): -3585972 or 4999369. OLE color: 4999369.

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

Color convert

RGB 201 72 76 -
CMYK 0 0.64 0.62 0.21
HSL 358.14º 0.54% 0.54% -
HSV(B) 358.14º 0.64% 0.79% -
XYZ 27.71 17.57 8.77 -
YUV 111.03 108.24 192.17 -
System Red Green Blue C M Y K H S L
Decimal 201 72 76 0 0.64 0.62 0.21 358.14 0.54 0.54
Hex C9 48 4C 0 40 3E 15 166 36 36
Octal 311 110 114 0 100 76 25 546 66 66
Binary 11001001 1001000 1001100 0 1000000 111110 10101 101100110 110110 110110

Color Harmonies of #C9484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9484C

Black with #C9484C

Text Example


Text Example

White with #C9484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9484C; }

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

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

background-color css

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

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

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

border-color css

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

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

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