Html Css Color HEX #C9414F Mandy

📋 copy color: '#C9414F'

red 201 ◦ green 65 ◦ blue 79

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

Shades of Mandy #C9414F

Tints of Mandy #C9414F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.9%

R = 58.26%
G = 18.84%
B = 22.9%

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

#C9414F (or 0xC9414F) is known color: Mandy. HEX triplet: C9, 41 and 4F. RGB value is (201,65,79). Sum of RGB (Red+Green+Blue) = 201+65+79=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9414F is #36BEB0. Grayscale: #6B6B6B. Windows color (decimal): -3587761 or 5194185. OLE color: 5194185.

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

Color convert

RGB 201 65 79 -
CMYK 0 0.68 0.61 0.21
HSL 353.82º 0.56% 0.52% -
HSV(B) 353.82º 0.68% 0.79% -
XYZ 27.39 16.76 9.19 -
YUV 107.26 112.06 194.86 -
System Red Green Blue C M Y K H S L
Decimal 201 65 79 0 0.68 0.61 0.21 353.82 0.56 0.52
Hex C9 41 4F 0 44 3D 15 162 38 34
Octal 311 101 117 0 104 75 25 542 70 64
Binary 11001001 1000001 1001111 0 1000100 111101 10101 101100010 111000 110100

Color Harmonies of #C9414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9414F

Black with #C9414F

Text Example


Text Example

White with #C9414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9414F; }

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

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

background-color css

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

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

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

border-color css

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

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

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