Html Css Color HEX #C95A62 Mandy

📋 copy color: '#C95A62'

red 201 ◦ green 90 ◦ blue 98

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

Shades of Mandy #C95A62

Tints of Mandy #C95A62

RGB

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

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

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

R = 51.67%
G = 23.14%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C95A62 (or 0xC95A62) is known color: Mandy. HEX triplet: C9, 5A and 62. RGB value is (201,90,98). Sum of RGB (Red+Green+Blue) = 201+90+98=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A62 is #36A59D. Grayscale: #7C7C7C. Windows color (decimal): -3581342 or 6445769. OLE color: 6445769.

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

Color convert

RGB 201 90 98 -
CMYK 0 0.55 0.51 0.21
HSL 355.68º 0.51% 0.57% -
HSV(B) 355.68º 0.55% 0.79% -
XYZ 29.95 20.61 13.96 -
YUV 124.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 201 90 98 0 0.55 0.51 0.21 355.68 0.51 0.57
Hex C9 5A 62 0 37 33 15 164 33 39
Octal 311 132 142 0 67 63 25 544 63 71
Binary 11001001 1011010 1100010 0 110111 110011 10101 101100100 110011 111001

Color Harmonies of #C95A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A62

Black with #C95A62

Text Example


Text Example

White with #C95A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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