Html Css Color HEX #C95885 Mulberry

📋 copy color: '#C95885'

red 201 ◦ green 88 ◦ blue 133

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

Shades of Mulberry #C95885

Tints of Mulberry #C95885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.52%

R = 47.63%
G = 20.85%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C95885 (or 0xC95885) is known color: Mulberry. HEX triplet: C9, 58 and 85. RGB value is (201,88,133). Sum of RGB (Red+Green+Blue) = 201+88+133=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C95885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95885 is #36A77A. Grayscale: #7E7E7E. Windows color (decimal): -3581819 or 8739017. OLE color: 8739017.

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

Color convert

RGB 201 88 133 -
CMYK 0 0.56 0.34 0.21
HSL 336.11º 0.51% 0.57% -
HSV(B) 336.11º 0.56% 0.79% -
XYZ 31.81 21.09 24.58 -
YUV 126.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 201 88 133 0 0.56 0.34 0.21 336.11 0.51 0.57
Hex C9 58 85 0 38 22 15 150 33 39
Octal 311 130 205 0 70 42 25 520 63 71
Binary 11001001 1011000 10000101 0 111000 100010 10101 101010000 110011 111001

Color Harmonies of #C95885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95885

Black with #C95885

Text Example


Text Example

White with #C95885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95885; }

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

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

background-color css

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

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

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

border-color css

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

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

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