Html Css Color HEX #C94259 Mandy

📋 copy color: '#C94259'

red 201 ◦ green 66 ◦ blue 89

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

Shades of Mandy #C94259

Tints of Mandy #C94259

RGB

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

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

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

R = 56.46%
G = 18.54%
B = 25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C94259 (or 0xC94259) is known color: Mandy. HEX triplet: C9, 42 and 59. RGB value is (201,66,89). Sum of RGB (Red+Green+Blue) = 201+66+89=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C94259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94259 is #36BDA6. Grayscale: #6D6D6D. Windows color (decimal): -3587495 or 5849801. OLE color: 5849801.

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

Color convert

RGB 201 66 89 -
CMYK 0 0.67 0.56 0.21
HSL 349.78º 0.56% 0.52% -
HSV(B) 349.78º 0.67% 0.79% -
XYZ 27.84 17.04 11.27 -
YUV 108.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 201 66 89 0 0.67 0.56 0.21 349.78 0.56 0.52
Hex C9 42 59 0 43 38 15 15E 38 34
Octal 311 102 131 0 103 70 25 536 70 64
Binary 11001001 1000010 1011001 0 1000011 111000 10101 101011110 111000 110100

Color Harmonies of #C94259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94259

Black with #C94259

Text Example


Text Example

White with #C94259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94259; }

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

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

background-color css

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

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

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

border-color css

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

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

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