Html Css Color HEX #C95A5D Mandy

📋 copy color: '#C95A5D'

red 201 ◦ green 90 ◦ blue 93

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

Shades of Mandy #C95A5D

Tints of Mandy #C95A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.22%

R = 52.34%
G = 23.44%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C95A5D (or 0xC95A5D) is known color: Mandy. HEX triplet: C9, 5A and 5D. RGB value is (201,90,93). Sum of RGB (Red+Green+Blue) = 201+90+93=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A5D is #36A5A2. Grayscale: #7B7B7B. Windows color (decimal): -3581347 or 6118089. OLE color: 6118089.

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

Color convert

RGB 201 90 93 -
CMYK 0 0.55 0.54 0.21
HSL 358.38º 0.51% 0.57% -
HSV(B) 358.38º 0.55% 0.79% -
XYZ 29.72 20.52 12.75 -
YUV 123.53 110.77 183.26 -
System Red Green Blue C M Y K H S L
Decimal 201 90 93 0 0.55 0.54 0.21 358.38 0.51 0.57
Hex C9 5A 5D 0 37 36 15 166 33 39
Octal 311 132 135 0 67 66 25 546 63 71
Binary 11001001 1011010 1011101 0 110111 110110 10101 101100110 110011 111001

Color Harmonies of #C95A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A5D

Black with #C95A5D

Text Example


Text Example

White with #C95A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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