Html Css Color HEX #C95888 Mulberry

📋 copy color: '#C95888'

red 201 ◦ green 88 ◦ blue 136

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

Shades of Mulberry #C95888

Tints of Mulberry #C95888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32%

R = 47.29%
G = 20.71%
B = 32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C95888 (or 0xC95888) is known color: Mulberry. HEX triplet: C9, 58 and 88. RGB value is (201,88,136). Sum of RGB (Red+Green+Blue) = 201+88+136=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C95888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95888 is #36A777. Grayscale: #7F7F7F. Windows color (decimal): -3581816 or 8935625. OLE color: 8935625.

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

Color convert

RGB 201 88 136 -
CMYK 0 0.56 0.32 0.21
HSL 334.51º 0.51% 0.57% -
HSV(B) 334.51º 0.56% 0.79% -
XYZ 32.02 21.17 25.69 -
YUV 127.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 201 88 136 0 0.56 0.32 0.21 334.51 0.51 0.57
Hex C9 58 88 0 38 20 15 14F 33 39
Octal 311 130 210 0 70 40 25 517 63 71
Binary 11001001 1011000 10001000 0 111000 100000 10101 101001111 110011 111001

Color Harmonies of #C95888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95888

Black with #C95888

Text Example


Text Example

White with #C95888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95888; }

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

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

background-color css

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

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

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

border-color css

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

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

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