Html Css Color HEX #C95163 Mandy

📋 copy color: '#C95163'

red 201 ◦ green 81 ◦ blue 99

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

Shades of Mandy #C95163

Tints of Mandy #C95163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.98%

R = 52.76%
G = 21.26%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C95163 (or 0xC95163) is known color: Mandy. HEX triplet: C9, 51 and 63. RGB value is (201,81,99). Sum of RGB (Red+Green+Blue) = 201+81+99=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C95163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95163 is #36AE9C. Grayscale: #767676. Windows color (decimal): -3583645 or 6509001. OLE color: 6509001.

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

Color convert

RGB 201 81 99 -
CMYK 0 0.60 0.51 0.21
HSL 351º 0.53% 0.55% -
HSV(B) 351º 0.6% 0.79% -
XYZ 29.28 19.2 13.97 -
YUV 118.93 116.76 186.54 -
System Red Green Blue C M Y K H S L
Decimal 201 81 99 0 0.60 0.51 0.21 351 0.53 0.55
Hex C9 51 63 0 3C 33 15 15F 35 37
Octal 311 121 143 0 74 63 25 537 65 67
Binary 11001001 1010001 1100011 0 111100 110011 10101 101011111 110101 110111

Color Harmonies of #C95163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95163

Black with #C95163

Text Example


Text Example

White with #C95163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95163; }

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

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

background-color css

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

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

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

border-color css

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

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

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