Html Css Color HEX #C0558B Mulberry

📋 copy color: '#C0558B'

red 192 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #C0558B

Tints of Mulberry #C0558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.43%

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

R = 46.15%
G = 20.43%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0558B (or 0xC0558B) is known color: Mulberry. HEX triplet: C0, 55 and 8B. RGB value is (192,85,139). Sum of RGB (Red+Green+Blue) = 192+85+139=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0558B is #3FAA74. Grayscale: #7B7B7B. Windows color (decimal): -4172405 or 9131456. OLE color: 9131456.

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

Color convert

RGB 192 85 139 -
CMYK 0 0.56 0.28 0.25
HSL 329.72º 0.46% 0.54% -
HSV(B) 329.72º 0.56% 0.75% -
XYZ 29.65 19.57 26.64 -
YUV 123.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 192 85 139 0 0.56 0.28 0.25 329.72 0.46 0.54
Hex C0 55 8B 0 38 1C 19 14A 2E 36
Octal 300 125 213 0 70 34 31 512 56 66
Binary 11000000 1010101 10001011 0 111000 11100 11001 101001010 101110 110110

Color Harmonies of #C0558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0558B

Black with #C0558B

Text Example


Text Example

White with #C0558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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