Html Css Color HEX #C0588B Mulberry

📋 copy color: '#C0588B'

red 192 ◦ green 88 ◦ blue 139

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

Shades of Mulberry #C0588B

Tints of Mulberry #C0588B

RGB

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

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

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

R = 45.82%
G = 21%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0588B (or 0xC0588B) is known color: Mulberry. HEX triplet: C0, 58 and 8B. RGB value is (192,88,139). Sum of RGB (Red+Green+Blue) = 192+88+139=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0588B is #3FA774. Grayscale: #7C7C7C. Windows color (decimal): -4171637 or 9132224. OLE color: 9132224.

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

Color convert

RGB 192 88 139 -
CMYK 0 0.54 0.28 0.25
HSL 330.58º 0.45% 0.55% -
HSV(B) 330.58º 0.54% 0.75% -
XYZ 29.89 20.05 26.72 -
YUV 124.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 192 88 139 0 0.54 0.28 0.25 330.58 0.45 0.55
Hex C0 58 8B 0 36 1C 19 14B 2D 37
Octal 300 130 213 0 66 34 31 513 55 67
Binary 11000000 1011000 10001011 0 110110 11100 11001 101001011 101101 110111

Color Harmonies of #C0588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0588B

Black with #C0588B

Text Example


Text Example

White with #C0588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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