Html Css Color HEX #C9508F Mulberry

📋 copy color: '#C9508F'

red 201 ◦ green 80 ◦ blue 143

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

Shades of Mulberry #C9508F

Tints of Mulberry #C9508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.73%

R = 47.41%
G = 18.87%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9508F (or 0xC9508F) is known color: Mulberry. HEX triplet: C9, 50 and 8F. RGB value is (201,80,143). Sum of RGB (Red+Green+Blue) = 201+80+143=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9508F is #36AF70. Grayscale: #7B7B7B. Windows color (decimal): -3583857 or 9392329. OLE color: 9392329.

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

Color convert

RGB 201 80 143 -
CMYK 0 0.60 0.29 0.21
HSL 328.76º 0.53% 0.55% -
HSV(B) 328.76º 0.6% 0.79% -
XYZ 31.91 20.14 28.19 -
YUV 123.36 139.09 183.38 -
System Red Green Blue C M Y K H S L
Decimal 201 80 143 0 0.60 0.29 0.21 328.76 0.53 0.55
Hex C9 50 8F 0 3C 1D 15 149 35 37
Octal 311 120 217 0 74 35 25 511 65 67
Binary 11001001 1010000 10001111 0 111100 11101 10101 101001001 110101 110111

Color Harmonies of #C9508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9508F

Black with #C9508F

Text Example


Text Example

White with #C9508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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