Html Css Color HEX #C9558A Mulberry

📋 copy color: '#C9558A'

red 201 ◦ green 85 ◦ blue 138

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

Shades of Mulberry #C9558A

Tints of Mulberry #C9558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.05%

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

R = 47.41%
G = 20.05%
B = 32.55%

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

#C9558A (or 0xC9558A) is known color: Mulberry. HEX triplet: C9, 55 and 8A. RGB value is (201,85,138). Sum of RGB (Red+Green+Blue) = 201+85+138=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9558A is #36AA75. Grayscale: #7D7D7D. Windows color (decimal): -3582582 or 9065929. OLE color: 9065929.

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

Color convert

RGB 201 85 138 -
CMYK 0 0.58 0.31 0.21
HSL 332.59º 0.52% 0.56% -
HSV(B) 332.59º 0.58% 0.79% -
XYZ 31.92 20.75 26.37 -
YUV 125.73 134.93 181.69 -
System Red Green Blue C M Y K H S L
Decimal 201 85 138 0 0.58 0.31 0.21 332.59 0.52 0.56
Hex C9 55 8A 0 3A 1F 15 14D 34 38
Octal 311 125 212 0 72 37 25 515 64 70
Binary 11001001 1010101 10001010 0 111010 11111 10101 101001101 110100 111000

Color Harmonies of #C9558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9558A

Black with #C9558A

Text Example


Text Example

White with #C9558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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