Html Css Color HEX #C95882 Mulberry

📋 copy color: '#C95882'

red 201 ◦ green 88 ◦ blue 130

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

Shades of Mulberry #C95882

Tints of Mulberry #C95882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.03%

R = 47.97%
G = 21%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C95882 (or 0xC95882) is known color: Mulberry. HEX triplet: C9, 58 and 82. RGB value is (201,88,130). Sum of RGB (Red+Green+Blue) = 201+88+130=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C95882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95882 is #36A77D. Grayscale: #7E7E7E. Windows color (decimal): -3581822 or 8542409. OLE color: 8542409.

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

Color convert

RGB 201 88 130 -
CMYK 0 0.56 0.35 0.21
HSL 337.7º 0.51% 0.57% -
HSV(B) 337.7º 0.56% 0.79% -
XYZ 31.61 21.01 23.51 -
YUV 126.58 129.94 181.08 -
System Red Green Blue C M Y K H S L
Decimal 201 88 130 0 0.56 0.35 0.21 337.7 0.51 0.57
Hex C9 58 82 0 38 23 15 152 33 39
Octal 311 130 202 0 70 43 25 522 63 71
Binary 11001001 1011000 10000010 0 111000 100011 10101 101010010 110011 111001

Color Harmonies of #C95882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95882

Black with #C95882

Text Example


Text Example

White with #C95882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95882; }

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

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

background-color css

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

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

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

border-color css

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

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

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