Html Css Color HEX #C95B5D Mandy

📋 copy color: '#C95B5D'

red 201 ◦ green 91 ◦ blue 93

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

Shades of Mandy #C95B5D

Tints of Mandy #C95B5D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.64%

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

R = 52.21%
G = 23.64%
B = 24.16%

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

#C95B5D (or 0xC95B5D) is known color: Mandy. HEX triplet: C9, 5B and 5D. RGB value is (201,91,93). Sum of RGB (Red+Green+Blue) = 201+91+93=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95B5D is #36A4A2. Grayscale: #7C7C7C. Windows color (decimal): -3581091 or 6118345. OLE color: 6118345.

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

Color convert

RGB 201 91 93 -
CMYK 0 0.55 0.54 0.21
HSL 358.91º 0.5% 0.57% -
HSV(B) 358.91º 0.55% 0.79% -
XYZ 29.8 20.69 12.78 -
YUV 124.12 110.44 182.84 -
System Red Green Blue C M Y K H S L
Decimal 201 91 93 0 0.55 0.54 0.21 358.91 0.5 0.57
Hex C9 5B 5D 0 37 36 15 167 32 39
Octal 311 133 135 0 67 66 25 547 62 71
Binary 11001001 1011011 1011101 0 110111 110110 10101 101100111 110010 111001

Color Harmonies of #C95B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95B5D

Black with #C95B5D

Text Example


Text Example

White with #C95B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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