Html Css Color HEX #C95A64 Mandy

📋 copy color: '#C95A64'

red 201 ◦ green 90 ◦ blue 100

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

Shades of Mandy #C95A64

Tints of Mandy #C95A64

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.02%

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

R = 51.41%
G = 23.02%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C95A64 (or 0xC95A64) is known color: Mandy. HEX triplet: C9, 5A and 64. RGB value is (201,90,100). Sum of RGB (Red+Green+Blue) = 201+90+100=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A64 is #36A59B. Grayscale: #7C7C7C. Windows color (decimal): -3581340 or 6576841. OLE color: 6576841.

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

Color convert

RGB 201 90 100 -
CMYK 0 0.55 0.50 0.21
HSL 354.59º 0.51% 0.57% -
HSV(B) 354.59º 0.55% 0.79% -
XYZ 30.04 20.65 14.46 -
YUV 124.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 201 90 100 0 0.55 0.50 0.21 354.59 0.51 0.57
Hex C9 5A 64 0 37 32 15 163 33 39
Octal 311 132 144 0 67 62 25 543 63 71
Binary 11001001 1011010 1100100 0 110111 110010 10101 101100011 110011 111001

Color Harmonies of #C95A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A64

Black with #C95A64

Text Example


Text Example

White with #C95A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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