Html Css Color HEX #C0598D Mulberry

📋 copy color: '#C0598D'

red 192 ◦ green 89 ◦ blue 141

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

Shades of Mulberry #C0598D

Tints of Mulberry #C0598D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.41%

R = 45.5%
G = 21.09%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0598D (or 0xC0598D) is known color: Mulberry. HEX triplet: C0, 59 and 8D. RGB value is (192,89,141). Sum of RGB (Red+Green+Blue) = 192+89+141=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0598D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0598D is #3FA672. Grayscale: #7D7D7D. Windows color (decimal): -4171379 or 9263552. OLE color: 9263552.

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

Color convert

RGB 192 89 141 -
CMYK 0 0.54 0.27 0.25
HSL 329.71º 0.45% 0.55% -
HSV(B) 329.71º 0.54% 0.75% -
XYZ 30.12 20.27 27.53 -
YUV 125.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 192 89 141 0 0.54 0.27 0.25 329.71 0.45 0.55
Hex C0 59 8D 0 36 1B 19 14A 2D 37
Octal 300 131 215 0 66 33 31 512 55 67
Binary 11000000 1011001 10001101 0 110110 11011 11001 101001010 101101 110111

Color Harmonies of #C0598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0598D

Black with #C0598D

Text Example


Text Example

White with #C0598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0598D; }

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

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

background-color css

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

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

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

border-color css

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

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

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