Html Css Color HEX #C059A4 Mulberry

📋 copy color: '#C059A4'

red 192 ◦ green 89 ◦ blue 164

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

Shades of Mulberry #C059A4

Tints of Mulberry #C059A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.85%

R = 43.15%
G = 20%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C059A4 (or 0xC059A4) is known color: Mulberry. HEX triplet: C0, 59 and A4. RGB value is (192,89,164). Sum of RGB (Red+Green+Blue) = 192+89+164=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C059A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C059A4 is #3FA65B. Grayscale: #808080. Windows color (decimal): -4171356 or 10770880. OLE color: 10770880.

HSL color Cylindrical-coordinate representation of color #C059A4: hue angle of 316.31º 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 #C059A4 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 89 164 -
CMYK 0 0.54 0.15 0.25
HSL 316.31º 0.45% 0.55% -
HSV(B) 316.31º 0.54% 0.75% -
XYZ 32.01 21.03 37.49 -
YUV 128.35 148.12 173.4 -
System Red Green Blue C M Y K H S L
Decimal 192 89 164 0 0.54 0.15 0.25 316.31 0.45 0.55
Hex C0 59 A4 0 36 F 19 13C 2D 37
Octal 300 131 244 0 66 17 31 474 55 67
Binary 11000000 1011001 10100100 0 110110 1111 11001 100111100 101101 110111

Color Harmonies of #C059A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059A4

Black with #C059A4

Text Example


Text Example

White with #C059A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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