Html Css Color HEX #C95762 Mandy

📋 copy color: '#C95762'

red 201 ◦ green 87 ◦ blue 98

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

Shades of Mandy #C95762

Tints of Mandy #C95762

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.54%

 BLUE value IS 98 (38.67% from 255) = 25.39%

R = 52.07%
G = 22.54%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C95762 (or 0xC95762) is known color: Mandy. HEX triplet: C9, 57 and 62. RGB value is (201,87,98). Sum of RGB (Red+Green+Blue) = 201+87+98=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C95762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95762 is #36A89D. Grayscale: #7A7A7A. Windows color (decimal): -3582110 or 6445001. OLE color: 6445001.

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

Color convert

RGB 201 87 98 -
CMYK 0 0.57 0.51 0.21
HSL 354.21º 0.51% 0.56% -
HSV(B) 354.21º 0.57% 0.79% -
XYZ 29.7 20.12 13.87 -
YUV 122.34 114.27 184.11 -
System Red Green Blue C M Y K H S L
Decimal 201 87 98 0 0.57 0.51 0.21 354.21 0.51 0.56
Hex C9 57 62 0 39 33 15 162 33 38
Octal 311 127 142 0 71 63 25 542 63 70
Binary 11001001 1010111 1100010 0 111001 110011 10101 101100010 110011 111000

Color Harmonies of #C95762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95762

Black with #C95762

Text Example


Text Example

White with #C95762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95762; }

 p { color: rgb(201,87,98); }

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

background-color css

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

 a { background-color: rgb(201,87,98); }

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

border-color css

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

 span { border-color: rgb(201,87,98); }

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