Html Css Color HEX #C95080 Mulberry

📋 copy color: '#C95080'

red 201 ◦ green 80 ◦ blue 128

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

Shades of Mulberry #C95080

Tints of Mulberry #C95080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.56%

 BLUE value IS 128 (50.39% from 255) = 31.3%

R = 49.14%
G = 19.56%
B = 31.3%

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

#C95080 (or 0xC95080) is known color: Mulberry. HEX triplet: C9, 50 and 80. RGB value is (201,80,128). Sum of RGB (Red+Green+Blue) = 201+80+128=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C95080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95080 is #36AF7F. Grayscale: #797979. Windows color (decimal): -3583872 or 8409289. OLE color: 8409289.

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

Color convert

RGB 201 80 128 -
CMYK 0 0.60 0.36 0.21
HSL 336.2º 0.53% 0.55% -
HSV(B) 336.2º 0.6% 0.79% -
XYZ 30.85 19.71 22.6 -
YUV 121.65 131.59 184.6 -
System Red Green Blue C M Y K H S L
Decimal 201 80 128 0 0.60 0.36 0.21 336.2 0.53 0.55
Hex C9 50 80 0 3C 24 15 150 35 37
Octal 311 120 200 0 74 44 25 520 65 67
Binary 11001001 1010000 10000000 0 111100 100100 10101 101010000 110101 110111

Color Harmonies of #C95080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95080

Black with #C95080

Text Example


Text Example

White with #C95080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95080; }

 p { color: rgb(201,80,128); }

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

background-color css

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

 a { background-color: rgb(201,80,128); }

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

border-color css

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

 span { border-color: rgb(201,80,128); }

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