Html Css Color HEX #C9559A Mulberry

📋 copy color: '#C9559A'

red 201 ◦ green 85 ◦ blue 154

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

Shades of Mulberry #C9559A

Tints of Mulberry #C9559A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35%

R = 45.68%
G = 19.32%
B = 35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9559A (or 0xC9559A) is known color: Mulberry. HEX triplet: C9, 55 and 9A. RGB value is (201,85,154). Sum of RGB (Red+Green+Blue) = 201+85+154=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C9559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9559A is #36AA65. Grayscale: #7F7F7F. Windows color (decimal): -3582566 or 10114505. OLE color: 10114505.

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

Color convert

RGB 201 85 154 -
CMYK 0 0.58 0.23 0.21
HSL 324.31º 0.52% 0.56% -
HSV(B) 324.31º 0.58% 0.79% -
XYZ 33.17 21.25 32.92 -
YUV 127.55 142.93 180.39 -
System Red Green Blue C M Y K H S L
Decimal 201 85 154 0 0.58 0.23 0.21 324.31 0.52 0.56
Hex C9 55 9A 0 3A 17 15 144 34 38
Octal 311 125 232 0 72 27 25 504 64 70
Binary 11001001 1010101 10011010 0 111010 10111 10101 101000100 110100 111000

Color Harmonies of #C9559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9559A

Black with #C9559A

Text Example


Text Example

White with #C9559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9559A; }

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

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

background-color css

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

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

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

border-color css

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

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

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