Html Css Color HEX #C95A88 Mulberry

📋 copy color: '#C95A88'

red 201 ◦ green 90 ◦ blue 136

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

Shades of Mulberry #C95A88

Tints of Mulberry #C95A88

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.08%

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

R = 47.07%
G = 21.08%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C95A88 (or 0xC95A88) is known color: Mulberry. HEX triplet: C9, 5A and 88. RGB value is (201,90,136). Sum of RGB (Red+Green+Blue) = 201+90+136=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95A88 is #36A577. Grayscale: #808080. Windows color (decimal): -3581304 or 8936137. OLE color: 8936137.

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

Color convert

RGB 201 90 136 -
CMYK 0 0.55 0.32 0.21
HSL 335.14º 0.51% 0.57% -
HSV(B) 335.14º 0.55% 0.79% -
XYZ 32.19 21.51 25.75 -
YUV 128.43 132.27 179.76 -
System Red Green Blue C M Y K H S L
Decimal 201 90 136 0 0.55 0.32 0.21 335.14 0.51 0.57
Hex C9 5A 88 0 37 20 15 14F 33 39
Octal 311 132 210 0 67 40 25 517 63 71
Binary 11001001 1011010 10001000 0 110111 100000 10101 101001111 110011 111001

Color Harmonies of #C95A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A88

Black with #C95A88

Text Example


Text Example

White with #C95A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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