Html Css Color HEX #C94059 Mandy

📋 copy color: '#C94059'

red 201 ◦ green 64 ◦ blue 89

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

Shades of Mandy #C94059

Tints of Mandy #C94059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.08%

 BLUE value IS 89 (35.16% from 255) = 25.14%

R = 56.78%
G = 18.08%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C94059 (or 0xC94059) is known color: Mandy. HEX triplet: C9, 40 and 59. RGB value is (201,64,89). Sum of RGB (Red+Green+Blue) = 201+64+89=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C94059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94059 is #36BFA6. Grayscale: #6B6B6B. Windows color (decimal): -3588007 or 5849289. OLE color: 5849289.

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

Color convert

RGB 201 64 89 -
CMYK 0 0.68 0.56 0.21
HSL 349.05º 0.56% 0.52% -
HSV(B) 349.05º 0.68% 0.79% -
XYZ 27.72 16.81 11.23 -
YUV 107.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 201 64 89 0 0.68 0.56 0.21 349.05 0.56 0.52
Hex C9 40 59 0 44 38 15 15D 38 34
Octal 311 100 131 0 104 70 25 535 70 64
Binary 11001001 1000000 1011001 0 1000100 111000 10101 101011101 111000 110100

Color Harmonies of #C94059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94059

Black with #C94059

Text Example


Text Example

White with #C94059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94059; }

 p { color: rgb(201,64,89); }

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

background-color css

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

 a { background-color: rgb(201,64,89); }

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

border-color css

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

 span { border-color: rgb(201,64,89); }

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