Html Css Color HEX #C9558F Mulberry

📋 copy color: '#C9558F'

red 201 ◦ green 85 ◦ blue 143

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

Shades of Mulberry #C9558F

Tints of Mulberry #C9558F

RGB

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

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

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

R = 46.85%
G = 19.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9558F (or 0xC9558F) is known color: Mulberry. HEX triplet: C9, 55 and 8F. RGB value is (201,85,143). Sum of RGB (Red+Green+Blue) = 201+85+143=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9558F is #36AA70. Grayscale: #7E7E7E. Windows color (decimal): -3582577 or 9393609. OLE color: 9393609.

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

Color convert

RGB 201 85 143 -
CMYK 0 0.58 0.29 0.21
HSL 330º 0.52% 0.56% -
HSV(B) 330º 0.58% 0.79% -
XYZ 32.29 20.9 28.32 -
YUV 126.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 201 85 143 0 0.58 0.29 0.21 330 0.52 0.56
Hex C9 55 8F 0 3A 1D 15 14A 34 38
Octal 311 125 217 0 72 35 25 512 64 70
Binary 11001001 1010101 10001111 0 111010 11101 10101 101001010 110100 111000

Color Harmonies of #C9558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9558F

Black with #C9558F

Text Example


Text Example

White with #C9558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9558F; }

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

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

background-color css

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

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

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

border-color css

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

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

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