Html Css Color HEX #C9548A Mulberry

📋 copy color: '#C9548A'

red 201 ◦ green 84 ◦ blue 138

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

Shades of Mulberry #C9548A

Tints of Mulberry #C9548A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.86%

 BLUE value IS 138 (54.3% from 255) = 32.62%

R = 47.52%
G = 19.86%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9548A (or 0xC9548A) is known color: Mulberry. HEX triplet: C9, 54 and 8A. RGB value is (201,84,138). Sum of RGB (Red+Green+Blue) = 201+84+138=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9548A is #36AB75. Grayscale: #7D7D7D. Windows color (decimal): -3582838 or 9065673. OLE color: 9065673.

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

Color convert

RGB 201 84 138 -
CMYK 0 0.58 0.31 0.21
HSL 332.31º 0.52% 0.56% -
HSV(B) 332.31º 0.58% 0.79% -
XYZ 31.85 20.59 26.34 -
YUV 125.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 201 84 138 0 0.58 0.31 0.21 332.31 0.52 0.56
Hex C9 54 8A 0 3A 1F 15 14C 34 38
Octal 311 124 212 0 72 37 25 514 64 70
Binary 11001001 1010100 10001010 0 111010 11111 10101 101001100 110100 111000

Color Harmonies of #C9548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9548A

Black with #C9548A

Text Example


Text Example

White with #C9548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9548A; }

 p { color: rgb(201,84,138); }

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

background-color css

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

 a { background-color: rgb(201,84,138); }

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

border-color css

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

 span { border-color: rgb(201,84,138); }

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