Html Css Color HEX #C9549C Mulberry

📋 copy color: '#C9549C'

red 201 ◦ green 84 ◦ blue 156

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

Shades of Mulberry #C9549C

Tints of Mulberry #C9549C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.05%

 BLUE value IS 156 (61.33% from 255) = 35.37%

R = 45.58%
G = 19.05%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9549C (or 0xC9549C) is known color: Mulberry. HEX triplet: C9, 54 and 9C. RGB value is (201,84,156). Sum of RGB (Red+Green+Blue) = 201+84+156=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9549C is #36AB63. Grayscale: #7F7F7F. Windows color (decimal): -3582820 or 10245321. OLE color: 10245321.

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

Color convert

RGB 201 84 156 -
CMYK 0 0.58 0.22 0.21
HSL 323.08º 0.52% 0.56% -
HSV(B) 323.08º 0.58% 0.79% -
XYZ 33.26 21.16 33.78 -
YUV 127.19 144.26 180.65 -
System Red Green Blue C M Y K H S L
Decimal 201 84 156 0 0.58 0.22 0.21 323.08 0.52 0.56
Hex C9 54 9C 0 3A 16 15 143 34 38
Octal 311 124 234 0 72 26 25 503 64 70
Binary 11001001 1010100 10011100 0 111010 10110 10101 101000011 110100 111000

Color Harmonies of #C9549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9549C

Black with #C9549C

Text Example


Text Example

White with #C9549C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9549C; }

 p { color: rgb(201,84,156); }

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

background-color css

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

 a { background-color: rgb(201,84,156); }

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

border-color css

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

 span { border-color: rgb(201,84,156); }

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