Html Css Color HEX #C0578B Mulberry

📋 copy color: '#C0578B'

red 192 ◦ green 87 ◦ blue 139

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

Shades of Mulberry #C0578B

Tints of Mulberry #C0578B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.81%

 BLUE value IS 139 (54.69% from 255) = 33.25%

R = 45.93%
G = 20.81%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0578B (or 0xC0578B) is known color: Mulberry. HEX triplet: C0, 57 and 8B. RGB value is (192,87,139). Sum of RGB (Red+Green+Blue) = 192+87+139=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0578B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0578B is #3FA874. Grayscale: #7C7C7C. Windows color (decimal): -4171893 or 9131968. OLE color: 9131968.

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

Color convert

RGB 192 87 139 -
CMYK 0 0.55 0.28 0.25
HSL 330.29º 0.45% 0.55% -
HSV(B) 330.29º 0.55% 0.75% -
XYZ 29.81 19.89 26.69 -
YUV 124.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 192 87 139 0 0.55 0.28 0.25 330.29 0.45 0.55
Hex C0 57 8B 0 37 1C 19 14A 2D 37
Octal 300 127 213 0 67 34 31 512 55 67
Binary 11000000 1010111 10001011 0 110111 11100 11001 101001010 101101 110111

Color Harmonies of #C0578B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0578B

Black with #C0578B

Text Example


Text Example

White with #C0578B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0578B; }

 p { color: rgb(192,87,139); }

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

background-color css

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

 a { background-color: rgb(192,87,139); }

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

border-color css

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

 span { border-color: rgb(192,87,139); }

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