Html Css Color HEX #C95099 Mulberry

📋 copy color: '#C95099'

red 201 ◦ green 80 ◦ blue 153

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

Shades of Mulberry #C95099

Tints of Mulberry #C95099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.25%

R = 46.31%
G = 18.43%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C95099 (or 0xC95099) is known color: Mulberry. HEX triplet: C9, 50 and 99. RGB value is (201,80,153). Sum of RGB (Red+Green+Blue) = 201+80+153=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C95099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95099 is #36AF66. Grayscale: #7C7C7C. Windows color (decimal): -3583847 or 10047689. OLE color: 10047689.

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

Color convert

RGB 201 80 153 -
CMYK 0 0.60 0.24 0.21
HSL 323.8º 0.53% 0.55% -
HSV(B) 323.8º 0.6% 0.79% -
XYZ 32.71 20.45 32.36 -
YUV 124.5 144.09 182.56 -
System Red Green Blue C M Y K H S L
Decimal 201 80 153 0 0.60 0.24 0.21 323.8 0.53 0.55
Hex C9 50 99 0 3C 18 15 144 35 37
Octal 311 120 231 0 74 30 25 504 65 67
Binary 11001001 1010000 10011001 0 111100 11000 10101 101000100 110101 110111

Color Harmonies of #C95099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95099

Black with #C95099

Text Example


Text Example

White with #C95099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95099; }

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

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

background-color css

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

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

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

border-color css

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

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

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