Html Css Color HEX #C9529A Mulberry

📋 copy color: '#C9529A'

red 201 ◦ green 82 ◦ blue 154

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

Shades of Mulberry #C9529A

Tints of Mulberry #C9529A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.76%

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

R = 46%
G = 18.76%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9529A (or 0xC9529A) is known color: Mulberry. HEX triplet: C9, 52 and 9A. RGB value is (201,82,154). Sum of RGB (Red+Green+Blue) = 201+82+154=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C9529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9529A is #36AD65. Grayscale: #7D7D7D. Windows color (decimal): -3583334 or 10113737. OLE color: 10113737.

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

Color convert

RGB 201 82 154 -
CMYK 0 0.59 0.23 0.21
HSL 323.7º 0.52% 0.55% -
HSV(B) 323.7º 0.59% 0.79% -
XYZ 32.94 20.79 32.85 -
YUV 125.79 143.92 181.65 -
System Red Green Blue C M Y K H S L
Decimal 201 82 154 0 0.59 0.23 0.21 323.7 0.52 0.55
Hex C9 52 9A 0 3B 17 15 144 34 37
Octal 311 122 232 0 73 27 25 504 64 67
Binary 11001001 1010010 10011010 0 111011 10111 10101 101000100 110100 110111

Color Harmonies of #C9529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9529A

Black with #C9529A

Text Example


Text Example

White with #C9529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9529A; }

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

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

background-color css

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

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

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

border-color css

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

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

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