Html Css Color HEX #C0589A Mulberry

📋 copy color: '#C0589A'

red 192 ◦ green 88 ◦ blue 154

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

Shades of Mulberry #C0589A

Tints of Mulberry #C0589A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.28%

 BLUE value IS 154 (60.55% from 255) = 35.48%

R = 44.24%
G = 20.28%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0589A (or 0xC0589A) is known color: Mulberry. HEX triplet: C0, 58 and 9A. RGB value is (192,88,154). Sum of RGB (Red+Green+Blue) = 192+88+154=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0589A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0589A is #3FA765. Grayscale: #7E7E7E. Windows color (decimal): -4171622 or 10115264. OLE color: 10115264.

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

Color convert

RGB 192 88 154 -
CMYK 0 0.54 0.20 0.25
HSL 321.92º 0.45% 0.55% -
HSV(B) 321.92º 0.54% 0.75% -
XYZ 31.06 20.52 32.9 -
YUV 126.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 192 88 154 0 0.54 0.20 0.25 321.92 0.45 0.55
Hex C0 58 9A 0 36 14 19 142 2D 37
Octal 300 130 232 0 66 24 31 502 55 67
Binary 11000000 1011000 10011010 0 110110 10100 11001 101000010 101101 110111

Color Harmonies of #C0589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0589A

Black with #C0589A

Text Example


Text Example

White with #C0589A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0589A; }

 p { color: rgb(192,88,154); }

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

background-color css

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

 a { background-color: rgb(192,88,154); }

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

border-color css

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

 span { border-color: rgb(192,88,154); }

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