Html Css Color HEX #C9464C Mandy

📋 copy color: '#C9464C'

red 201 ◦ green 70 ◦ blue 76

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

Shades of Mandy #C9464C

Tints of Mandy #C9464C

RGB

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

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

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

R = 57.93%
G = 20.17%
B = 21.9%

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

#C9464C (or 0xC9464C) is known color: Mandy. HEX triplet: C9, 46 and 4C. RGB value is (201,70,76). Sum of RGB (Red+Green+Blue) = 201+70+76=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9464C is #36B9B3. Grayscale: #6D6D6D. Windows color (decimal): -3586484 or 4998857. OLE color: 4998857.

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

Color convert

RGB 201 70 76 -
CMYK 0 0.65 0.62 0.21
HSL 357.25º 0.55% 0.53% -
HSV(B) 357.25º 0.65% 0.79% -
XYZ 27.58 17.32 8.73 -
YUV 109.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 201 70 76 0 0.65 0.62 0.21 357.25 0.55 0.53
Hex C9 46 4C 0 41 3E 15 165 37 35
Octal 311 106 114 0 101 76 25 545 67 65
Binary 11001001 1000110 1001100 0 1000001 111110 10101 101100101 110111 110101

Color Harmonies of #C9464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9464C

Black with #C9464C

Text Example


Text Example

White with #C9464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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