Html Css Color HEX #C059A1 Mulberry

📋 copy color: '#C059A1'

red 192 ◦ green 89 ◦ blue 161

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

Shades of Mulberry #C059A1

Tints of Mulberry #C059A1

RGB

 RED value IS 192 (75.39% from 255) = 43.44%

 GREEN value IS 89 (35.16% from 255) = 20.14%

 BLUE value IS 161 (63.28% from 255) = 36.43%

R = 43.44%
G = 20.14%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C059A1 (or 0xC059A1) is known color: Mulberry. HEX triplet: C0, 59 and A1. RGB value is (192,89,161). Sum of RGB (Red+Green+Blue) = 192+89+161=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C059A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C059A1 is #3FA65E. Grayscale: #7F7F7F. Windows color (decimal): -4171359 or 10574272. OLE color: 10574272.

HSL color Cylindrical-coordinate representation of color #C059A1: hue angle of 318.06º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C059A1 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 89 161 -
CMYK 0 0.54 0.16 0.25
HSL 318.06º 0.45% 0.55% -
HSV(B) 318.06º 0.54% 0.75% -
XYZ 31.74 20.92 36.08 -
YUV 128.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 192 89 161 0 0.54 0.16 0.25 318.06 0.45 0.55
Hex C0 59 A1 0 36 10 19 13E 2D 37
Octal 300 131 241 0 66 20 31 476 55 67
Binary 11000000 1011001 10100001 0 110110 10000 11001 100111110 101101 110111

Color Harmonies of #C059A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059A1

Black with #C059A1

Text Example


Text Example

White with #C059A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059A1; }

 p { color: rgb(192,89,161); }

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

background-color css

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

 a { background-color: rgb(192,89,161); }

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

border-color css

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

 span { border-color: rgb(192,89,161); }

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