Html Css Color HEX #C9509A Mulberry

📋 copy color: '#C9509A'

red 201 ◦ green 80 ◦ blue 154

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

Shades of Mulberry #C9509A

Tints of Mulberry #C9509A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.39%

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

R = 46.21%
G = 18.39%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9509A (or 0xC9509A) is known color: Mulberry. HEX triplet: C9, 50 and 9A. RGB value is (201,80,154). Sum of RGB (Red+Green+Blue) = 201+80+154=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C9509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9509A is #36AF65. Grayscale: #7C7C7C. Windows color (decimal): -3583846 or 10113225. OLE color: 10113225.

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

Color convert

RGB 201 80 154 -
CMYK 0 0.60 0.23 0.21
HSL 323.31º 0.53% 0.55% -
HSV(B) 323.31º 0.6% 0.79% -
XYZ 32.79 20.49 32.8 -
YUV 124.62 144.59 182.48 -
System Red Green Blue C M Y K H S L
Decimal 201 80 154 0 0.60 0.23 0.21 323.31 0.53 0.55
Hex C9 50 9A 0 3C 17 15 143 35 37
Octal 311 120 232 0 74 27 25 503 65 67
Binary 11001001 1010000 10011010 0 111100 10111 10101 101000011 110101 110111

Color Harmonies of #C9509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9509A

Black with #C9509A

Text Example


Text Example

White with #C9509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9509A; }

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

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

background-color css

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

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

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

border-color css

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

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

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