Html Css Color HEX #C95896 Mulberry

📋 copy color: '#C95896'

red 201 ◦ green 88 ◦ blue 150

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

Shades of Mulberry #C95896

Tints of Mulberry #C95896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.05%

 BLUE value IS 150 (58.98% from 255) = 34.17%

R = 45.79%
G = 20.05%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C95896 (or 0xC95896) is known color: Mulberry. HEX triplet: C9, 58 and 96. RGB value is (201,88,150). Sum of RGB (Red+Green+Blue) = 201+88+150=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C95896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95896 is #36A769. Grayscale: #808080. Windows color (decimal): -3581802 or 9853129. OLE color: 9853129.

HSL color Cylindrical-coordinate representation of color #C95896: hue angle of 327.08º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95896 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 88 150 -
CMYK 0 0.56 0.25 0.21
HSL 327.08º 0.51% 0.57% -
HSV(B) 327.08º 0.56% 0.79% -
XYZ 33.08 21.6 31.28 -
YUV 128.86 139.94 179.46 -
System Red Green Blue C M Y K H S L
Decimal 201 88 150 0 0.56 0.25 0.21 327.08 0.51 0.57
Hex C9 58 96 0 38 19 15 147 33 39
Octal 311 130 226 0 70 31 25 507 63 71
Binary 11001001 1011000 10010110 0 111000 11001 10101 101000111 110011 111001

Color Harmonies of #C95896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95896

Black with #C95896

Text Example


Text Example

White with #C95896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95896; }

 p { color: rgb(201,88,150); }

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

background-color css

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

 a { background-color: rgb(201,88,150); }

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

border-color css

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

 span { border-color: rgb(201,88,150); }

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