Html Css Color HEX #C9425E Mandy

📋 copy color: '#C9425E'

red 201 ◦ green 66 ◦ blue 94

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

Shades of Mandy #C9425E

Tints of Mandy #C9425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.28%

 BLUE value IS 94 (37.11% from 255) = 26.04%

R = 55.68%
G = 18.28%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9425E (or 0xC9425E) is known color: Mandy. HEX triplet: C9, 42 and 5E. RGB value is (201,66,94). Sum of RGB (Red+Green+Blue) = 201+66+94=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9425E is #36BDA1. Grayscale: #6D6D6D. Windows color (decimal): -3587490 or 6177481. OLE color: 6177481.

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

Color convert

RGB 201 66 94 -
CMYK 0 0.67 0.53 0.21
HSL 347.56º 0.56% 0.52% -
HSV(B) 347.56º 0.67% 0.79% -
XYZ 28.06 17.12 12.42 -
YUV 109.56 119.23 193.22 -
System Red Green Blue C M Y K H S L
Decimal 201 66 94 0 0.67 0.53 0.21 347.56 0.56 0.52
Hex C9 42 5E 0 43 35 15 15C 38 34
Octal 311 102 136 0 103 65 25 534 70 64
Binary 11001001 1000010 1011110 0 1000011 110101 10101 101011100 111000 110100

Color Harmonies of #C9425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9425E

Black with #C9425E

Text Example


Text Example

White with #C9425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9425E; }

 p { color: rgb(201,66,94); }

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

background-color css

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

 a { background-color: rgb(201,66,94); }

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

border-color css

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

 span { border-color: rgb(201,66,94); }

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