Html Css Color HEX #C9464D Mandy

📋 copy color: '#C9464D'

red 201 ◦ green 70 ◦ blue 77

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

Shades of Mandy #C9464D

Tints of Mandy #C9464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.11%

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

R = 57.76%
G = 20.11%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9464D (or 0xC9464D) is known color: Mandy. HEX triplet: C9, 46 and 4D. RGB value is (201,70,77). Sum of RGB (Red+Green+Blue) = 201+70+77=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9464D is #36B9B2. Grayscale: #6E6E6E. Windows color (decimal): -3586483 or 5064393. OLE color: 5064393.

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

Color convert

RGB 201 70 77 -
CMYK 0 0.65 0.62 0.21
HSL 356.79º 0.55% 0.53% -
HSV(B) 356.79º 0.65% 0.79% -
XYZ 27.62 17.33 8.91 -
YUV 109.97 109.4 192.93 -
System Red Green Blue C M Y K H S L
Decimal 201 70 77 0 0.65 0.62 0.21 356.79 0.55 0.53
Hex C9 46 4D 0 41 3E 15 165 37 35
Octal 311 106 115 0 101 76 25 545 67 65
Binary 11001001 1000110 1001101 0 1000001 111110 10101 101100101 110111 110101

Color Harmonies of #C9464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9464D

Black with #C9464D

Text Example


Text Example

White with #C9464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9464D; }

 p { color: rgb(201,70,77); }

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

background-color css

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

 a { background-color: rgb(201,70,77); }

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

border-color css

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

 span { border-color: rgb(201,70,77); }

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