Html Css Color HEX #C9484B Mandy

📋 copy color: '#C9484B'

red 201 ◦ green 72 ◦ blue 75

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

Shades of Mandy #C9484B

Tints of Mandy #C9484B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.55%

R = 57.76%
G = 20.69%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9484B (or 0xC9484B) is known color: Mandy. HEX triplet: C9, 48 and 4B. RGB value is (201,72,75). Sum of RGB (Red+Green+Blue) = 201+72+75=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9484B is #36B7B4. Grayscale: #6F6F6F. Windows color (decimal): -3585973 or 4933833. OLE color: 4933833.

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

Color convert

RGB 201 72 75 -
CMYK 0 0.64 0.63 0.21
HSL 358.6º 0.54% 0.54% -
HSV(B) 358.6º 0.64% 0.79% -
XYZ 27.67 17.56 8.59 -
YUV 110.91 107.74 192.26 -
System Red Green Blue C M Y K H S L
Decimal 201 72 75 0 0.64 0.63 0.21 358.6 0.54 0.54
Hex C9 48 4B 0 40 3F 15 167 36 36
Octal 311 110 113 0 100 77 25 547 66 66
Binary 11001001 1001000 1001011 0 1000000 111111 10101 101100111 110110 110110

Color Harmonies of #C9484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9484B

Black with #C9484B

Text Example


Text Example

White with #C9484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9484B; }

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

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

background-color css

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

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

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

border-color css

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

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

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