Html Css Color HEX #C95162 Mandy

📋 copy color: '#C95162'

red 201 ◦ green 81 ◦ blue 98

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

Shades of Mandy #C95162

Tints of Mandy #C95162

RGB

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

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

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

R = 52.89%
G = 21.32%
B = 25.79%

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

#C95162 (or 0xC95162) is known color: Mandy. HEX triplet: C9, 51 and 62. RGB value is (201,81,98). Sum of RGB (Red+Green+Blue) = 201+81+98=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C95162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95162 is #36AE9D. Grayscale: #767676. Windows color (decimal): -3583646 or 6443465. OLE color: 6443465.

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

Color convert

RGB 201 81 98 -
CMYK 0 0.60 0.51 0.21
HSL 351.5º 0.53% 0.55% -
HSV(B) 351.5º 0.6% 0.79% -
XYZ 29.23 19.18 13.72 -
YUV 118.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 201 81 98 0 0.60 0.51 0.21 351.5 0.53 0.55
Hex C9 51 62 0 3C 33 15 160 35 37
Octal 311 121 142 0 74 63 25 540 65 67
Binary 11001001 1010001 1100010 0 111100 110011 10101 101100000 110101 110111

Color Harmonies of #C95162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95162

Black with #C95162

Text Example


Text Example

White with #C95162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95162; }

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

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

background-color css

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

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

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

border-color css

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

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

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