Html Css Color HEX #C059A5 Mulberry

📋 copy color: '#C059A5'

red 192 ◦ green 89 ◦ blue 165

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

Shades of Mulberry #C059A5

Tints of Mulberry #C059A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37%

R = 43.05%
G = 19.96%
B = 37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C059A5 (or 0xC059A5) is known color: Mulberry. HEX triplet: C0, 59 and A5. RGB value is (192,89,165). Sum of RGB (Red+Green+Blue) = 192+89+165=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C059A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C059A5 is #3FA65A. Grayscale: #808080. Windows color (decimal): -4171355 or 10836416. OLE color: 10836416.

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

Color convert

RGB 192 89 165 -
CMYK 0 0.54 0.14 0.25
HSL 315.73º 0.45% 0.55% -
HSV(B) 315.73º 0.54% 0.75% -
XYZ 32.1 21.07 37.97 -
YUV 128.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 192 89 165 0 0.54 0.14 0.25 315.73 0.45 0.55
Hex C0 59 A5 0 36 E 19 13C 2D 37
Octal 300 131 245 0 66 16 31 474 55 67
Binary 11000000 1011001 10100101 0 110110 1110 11001 100111100 101101 110111

Color Harmonies of #C059A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059A5

Black with #C059A5

Text Example


Text Example

White with #C059A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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