Html Css Color HEX #C959A2 Mulberry

📋 copy color: '#C959A2'

red 201 ◦ green 89 ◦ blue 162

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

Shades of Mulberry #C959A2

Tints of Mulberry #C959A2

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.69%

 BLUE value IS 162 (63.67% from 255) = 35.84%

R = 44.47%
G = 19.69%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#C959A2 (or 0xC959A2) is known color: Mulberry. HEX triplet: C9, 59 and A2. RGB value is (201,89,162). Sum of RGB (Red+Green+Blue) = 201+89+162=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C959A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C959A2 is #36A65D. Grayscale: #828282. Windows color (decimal): -3581534 or 10639817. OLE color: 10639817.

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

Color convert

RGB 201 89 162 -
CMYK 0 0.56 0.19 0.21
HSL 320.89º 0.51% 0.57% -
HSV(B) 320.89º 0.56% 0.79% -
XYZ 34.18 22.17 36.66 -
YUV 130.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 201 89 162 0 0.56 0.19 0.21 320.89 0.51 0.57
Hex C9 59 A2 0 38 13 15 141 33 39
Octal 311 131 242 0 70 23 25 501 63 71
Binary 11001001 1011001 10100010 0 111000 10011 10101 101000001 110011 111001

Color Harmonies of #C959A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959A2

Black with #C959A2

Text Example


Text Example

White with #C959A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959A2; }

 p { color: rgb(201,89,162); }

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

background-color css

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

 a { background-color: rgb(201,89,162); }

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

border-color css

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

 span { border-color: rgb(201,89,162); }

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