Html Css Color HEX #C95181 Mulberry

📋 copy color: '#C95181'

red 201 ◦ green 81 ◦ blue 129

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

Shades of Mulberry #C95181

Tints of Mulberry #C95181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.39%

R = 48.91%
G = 19.71%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C95181 (or 0xC95181) is known color: Mulberry. HEX triplet: C9, 51 and 81. RGB value is (201,81,129). Sum of RGB (Red+Green+Blue) = 201+81+129=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C95181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95181 is #36AE7E. Grayscale: #7A7A7A. Windows color (decimal): -3583615 or 8475081. OLE color: 8475081.

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

Color convert

RGB 201 81 129 -
CMYK 0 0.60 0.36 0.21
HSL 336º 0.53% 0.55% -
HSV(B) 336º 0.6% 0.79% -
XYZ 30.99 19.89 22.97 -
YUV 122.35 131.76 184.1 -
System Red Green Blue C M Y K H S L
Decimal 201 81 129 0 0.60 0.36 0.21 336 0.53 0.55
Hex C9 51 81 0 3C 24 15 150 35 37
Octal 311 121 201 0 74 44 25 520 65 67
Binary 11001001 1010001 10000001 0 111100 100100 10101 101010000 110101 110111

Color Harmonies of #C95181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95181

Black with #C95181

Text Example


Text Example

White with #C95181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95181; }

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

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

background-color css

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

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

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

border-color css

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

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

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