Html Css Color HEX #C959A6 Mulberry

📋 copy color: '#C959A6'

red 201 ◦ green 89 ◦ blue 166

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

Shades of Mulberry #C959A6

Tints of Mulberry #C959A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.4%

R = 44.08%
G = 19.52%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C959A6 (or 0xC959A6) is known color: Mulberry. HEX triplet: C9, 59 and A6. RGB value is (201,89,166). Sum of RGB (Red+Green+Blue) = 201+89+166=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C959A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C959A6 is #36A659. Grayscale: #838383. Windows color (decimal): -3581530 or 10901961. OLE color: 10901961.

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

Color convert

RGB 201 89 166 -
CMYK 0 0.56 0.17 0.21
HSL 318.75º 0.51% 0.57% -
HSV(B) 318.75º 0.56% 0.79% -
XYZ 34.54 22.32 38.56 -
YUV 131.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 201 89 166 0 0.56 0.17 0.21 318.75 0.51 0.57
Hex C9 59 A6 0 38 11 15 13F 33 39
Octal 311 131 246 0 70 21 25 477 63 71
Binary 11001001 1011001 10100110 0 111000 10001 10101 100111111 110011 111001

Color Harmonies of #C959A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959A6

Black with #C959A6

Text Example


Text Example

White with #C959A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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