Html Css Color HEX #C9509C Mulberry

📋 copy color: '#C9509C'

red 201 ◦ green 80 ◦ blue 156

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

Shades of Mulberry #C9509C

Tints of Mulberry #C9509C

RGB

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

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

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

R = 46%
G = 18.31%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9509C (or 0xC9509C) is known color: Mulberry. HEX triplet: C9, 50 and 9C. RGB value is (201,80,156). Sum of RGB (Red+Green+Blue) = 201+80+156=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C9509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9509C is #36AF63. Grayscale: #7C7C7C. Windows color (decimal): -3583844 or 10244297. OLE color: 10244297.

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

Color convert

RGB 201 80 156 -
CMYK 0 0.60 0.22 0.21
HSL 322.31º 0.53% 0.55% -
HSV(B) 322.31º 0.6% 0.79% -
XYZ 32.96 20.56 33.68 -
YUV 124.84 145.59 182.32 -
System Red Green Blue C M Y K H S L
Decimal 201 80 156 0 0.60 0.22 0.21 322.31 0.53 0.55
Hex C9 50 9C 0 3C 16 15 142 35 37
Octal 311 120 234 0 74 26 25 502 65 67
Binary 11001001 1010000 10011100 0 111100 10110 10101 101000010 110101 110111

Color Harmonies of #C9509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9509C

Black with #C9509C

Text Example


Text Example

White with #C9509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9509C; }

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

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

background-color css

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

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

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

border-color css

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

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

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