Html Css Color HEX #C95964 Mandy

📋 copy color: '#C95964'

red 201 ◦ green 89 ◦ blue 100

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

Shades of Mandy #C95964

Tints of Mandy #C95964

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.82%

 BLUE value IS 100 (39.45% from 255) = 25.64%

R = 51.54%
G = 22.82%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C95964 (or 0xC95964) is known color: Mandy. HEX triplet: C9, 59 and 64. RGB value is (201,89,100). Sum of RGB (Red+Green+Blue) = 201+89+100=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C95964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95964 is #36A69B. Grayscale: #7B7B7B. Windows color (decimal): -3581596 or 6576585. OLE color: 6576585.

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

Color convert

RGB 201 89 100 -
CMYK 0 0.56 0.50 0.21
HSL 354.11º 0.51% 0.57% -
HSV(B) 354.11º 0.56% 0.79% -
XYZ 29.96 20.48 14.43 -
YUV 123.74 114.61 183.11 -
System Red Green Blue C M Y K H S L
Decimal 201 89 100 0 0.56 0.50 0.21 354.11 0.51 0.57
Hex C9 59 64 0 38 32 15 162 33 39
Octal 311 131 144 0 70 62 25 542 63 71
Binary 11001001 1011001 1100100 0 111000 110010 10101 101100010 110011 111001

Color Harmonies of #C95964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95964

Black with #C95964

Text Example


Text Example

White with #C95964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95964; }

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

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

background-color css

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

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

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

border-color css

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

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

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