Html Css Color HEX #C9559E Mulberry

📋 copy color: '#C9559E'

red 201 ◦ green 85 ◦ blue 158

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

Shades of Mulberry #C9559E

Tints of Mulberry #C9559E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.14%

 BLUE value IS 158 (62.11% from 255) = 35.59%

R = 45.27%
G = 19.14%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9559E (or 0xC9559E) is known color: Mulberry. HEX triplet: C9, 55 and 9E. RGB value is (201,85,158). Sum of RGB (Red+Green+Blue) = 201+85+158=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9559E is #36AA61. Grayscale: #7F7F7F. Windows color (decimal): -3582562 or 10376649. OLE color: 10376649.

HSL color Cylindrical-coordinate representation of color #C9559E: hue angle of 322.24º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9559E is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 85 158 -
CMYK 0 0.58 0.21 0.21
HSL 322.24º 0.52% 0.56% -
HSV(B) 322.24º 0.58% 0.79% -
XYZ 33.51 21.38 34.71 -
YUV 128.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 201 85 158 0 0.58 0.21 0.21 322.24 0.52 0.56
Hex C9 55 9E 0 3A 15 15 142 34 38
Octal 311 125 236 0 72 25 25 502 64 70
Binary 11001001 1010101 10011110 0 111010 10101 10101 101000010 110100 111000

Color Harmonies of #C9559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9559E

Black with #C9559E

Text Example


Text Example

White with #C9559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9559E; }

 p { color: rgb(201,85,158); }

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

background-color css

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

 a { background-color: rgb(201,85,158); }

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

border-color css

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

 span { border-color: rgb(201,85,158); }

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