Html Css Color HEX #C9518C Mulberry

📋 copy color: '#C9518C'

red 201 ◦ green 81 ◦ blue 140

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

Shades of Mulberry #C9518C

Tints of Mulberry #C9518C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.18%

R = 47.63%
G = 19.19%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9518C (or 0xC9518C) is known color: Mulberry. HEX triplet: C9, 51 and 8C. RGB value is (201,81,140). Sum of RGB (Red+Green+Blue) = 201+81+140=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9518C is #36AE73. Grayscale: #7B7B7B. Windows color (decimal): -3583604 or 9195977. OLE color: 9195977.

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

Color convert

RGB 201 81 140 -
CMYK 0 0.60 0.30 0.21
HSL 330.5º 0.53% 0.55% -
HSV(B) 330.5º 0.6% 0.79% -
XYZ 31.76 20.2 27.04 -
YUV 123.61 137.26 183.2 -
System Red Green Blue C M Y K H S L
Decimal 201 81 140 0 0.60 0.30 0.21 330.5 0.53 0.55
Hex C9 51 8C 0 3C 1E 15 14A 35 37
Octal 311 121 214 0 74 36 25 512 65 67
Binary 11001001 1010001 10001100 0 111100 11110 10101 101001010 110101 110111

Color Harmonies of #C9518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9518C

Black with #C9518C

Text Example


Text Example

White with #C9518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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