Html Css Color HEX #C95094 Mulberry

📋 copy color: '#C95094'

red 201 ◦ green 80 ◦ blue 148

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

Shades of Mulberry #C95094

Tints of Mulberry #C95094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 46.85%
G = 18.65%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C95094 (or 0xC95094) is known color: Mulberry. HEX triplet: C9, 50 and 94. RGB value is (201,80,148). Sum of RGB (Red+Green+Blue) = 201+80+148=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C95094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95094 is #36AF6B. Grayscale: #7B7B7B. Windows color (decimal): -3583852 or 9720009. OLE color: 9720009.

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

Color convert

RGB 201 80 148 -
CMYK 0 0.60 0.26 0.21
HSL 326.28º 0.53% 0.55% -
HSV(B) 326.28º 0.6% 0.79% -
XYZ 32.3 20.29 30.23 -
YUV 123.93 141.59 182.97 -
System Red Green Blue C M Y K H S L
Decimal 201 80 148 0 0.60 0.26 0.21 326.28 0.53 0.55
Hex C9 50 94 0 3C 1A 15 146 35 37
Octal 311 120 224 0 74 32 25 506 65 67
Binary 11001001 1010000 10010100 0 111100 11010 10101 101000110 110101 110111

Color Harmonies of #C95094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95094

Black with #C95094

Text Example


Text Example

White with #C95094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95094; }

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

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

background-color css

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

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

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

border-color css

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

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

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