Html Css Color HEX #C9509B Mulberry

📋 copy color: '#C9509B'

red 201 ◦ green 80 ◦ blue 155

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

Shades of Mulberry #C9509B

Tints of Mulberry #C9509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.55%

R = 46.1%
G = 18.35%
B = 35.55%

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

#C9509B (or 0xC9509B) is known color: Mulberry. HEX triplet: C9, 50 and 9B. RGB value is (201,80,155). Sum of RGB (Red+Green+Blue) = 201+80+155=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C9509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9509B is #36AF64. Grayscale: #7C7C7C. Windows color (decimal): -3583845 or 10178761. OLE color: 10178761.

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

Color convert

RGB 201 80 155 -
CMYK 0 0.60 0.23 0.21
HSL 322.81º 0.53% 0.55% -
HSV(B) 322.81º 0.6% 0.79% -
XYZ 32.87 20.52 33.24 -
YUV 124.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 201 80 155 0 0.60 0.23 0.21 322.81 0.53 0.55
Hex C9 50 9B 0 3C 17 15 143 35 37
Octal 311 120 233 0 74 27 25 503 65 67
Binary 11001001 1010000 10011011 0 111100 10111 10101 101000011 110101 110111

Color Harmonies of #C9509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9509B

Black with #C9509B

Text Example


Text Example

White with #C9509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9509B; }

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

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

background-color css

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

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

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

border-color css

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

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

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