Html Css Color HEX #C9414E Mandy

📋 copy color: '#C9414E'

red 201 ◦ green 65 ◦ blue 78

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

Shades of Mandy #C9414E

Tints of Mandy #C9414E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.9%

 BLUE value IS 78 (30.86% from 255) = 22.67%

R = 58.43%
G = 18.9%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9414E (or 0xC9414E) is known color: Mandy. HEX triplet: C9, 41 and 4E. RGB value is (201,65,78). Sum of RGB (Red+Green+Blue) = 201+65+78=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C9414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9414E is #36BEB1. Grayscale: #6B6B6B. Windows color (decimal): -3587762 or 5128649. OLE color: 5128649.

HSL color Cylindrical-coordinate representation of color #C9414E: hue angle of 354.26º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9414E is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 65 78 -
CMYK 0 0.68 0.61 0.21
HSL 354.26º 0.56% 0.52% -
HSV(B) 354.26º 0.68% 0.79% -
XYZ 27.35 16.75 9 -
YUV 107.15 111.56 194.94 -
System Red Green Blue C M Y K H S L
Decimal 201 65 78 0 0.68 0.61 0.21 354.26 0.56 0.52
Hex C9 41 4E 0 44 3D 15 162 38 34
Octal 311 101 116 0 104 75 25 542 70 64
Binary 11001001 1000001 1001110 0 1000100 111101 10101 101100010 111000 110100

Color Harmonies of #C9414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9414E

Black with #C9414E

Text Example


Text Example

White with #C9414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9414E; }

 p { color: rgb(201,65,78); }

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

background-color css

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

 a { background-color: rgb(201,65,78); }

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

border-color css

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

 span { border-color: rgb(201,65,78); }

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