Html Css Color HEX #C95153 Mandy

📋 copy color: '#C95153'

red 201 ◦ green 81 ◦ blue 83

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

Shades of Mandy #C95153

Tints of Mandy #C95153

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.19%

 BLUE value IS 83 (32.81% from 255) = 22.74%

R = 55.07%
G = 22.19%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C95153 (or 0xC95153) is known color: Mandy. HEX triplet: C9, 51 and 53. RGB value is (201,81,83). Sum of RGB (Red+Green+Blue) = 201+81+83=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C95153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95153 is #36AEAC. Grayscale: #757575. Windows color (decimal): -3583661 or 5460425. OLE color: 5460425.

HSL color Cylindrical-coordinate representation of color #C95153: hue angle of 359º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95153 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 83 -
CMYK 0 0.60 0.59 0.21
HSL 359º 0.53% 0.55% -
HSV(B) 359º 0.6% 0.79% -
XYZ 28.59 18.93 10.33 -
YUV 117.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 201 81 83 0 0.60 0.59 0.21 359 0.53 0.55
Hex C9 51 53 0 3C 3B 15 167 35 37
Octal 311 121 123 0 74 73 25 547 65 67
Binary 11001001 1010001 1010011 0 111100 111011 10101 101100111 110101 110111

Color Harmonies of #C95153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95153

Black with #C95153

Text Example


Text Example

White with #C95153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95153; }

 p { color: rgb(201,81,83); }

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

background-color css

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

 a { background-color: rgb(201,81,83); }

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

border-color css

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

 span { border-color: rgb(201,81,83); }

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