Html Css Color HEX #C05588 Mulberry

📋 copy color: '#C05588'

red 192 ◦ green 85 ◦ blue 136

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

Shades of Mulberry #C05588

Tints of Mulberry #C05588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.93%

R = 46.49%
G = 20.58%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C05588 (or 0xC05588) is known color: Mulberry. HEX triplet: C0, 55 and 88. RGB value is (192,85,136). Sum of RGB (Red+Green+Blue) = 192+85+136=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C05588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05588 is #3FAA77. Grayscale: #7A7A7A. Windows color (decimal): -4172408 or 8934848. OLE color: 8934848.

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

Color convert

RGB 192 85 136 -
CMYK 0 0.56 0.29 0.25
HSL 331.4º 0.46% 0.54% -
HSV(B) 331.4º 0.56% 0.75% -
XYZ 29.43 19.48 25.5 -
YUV 122.81 135.45 177.35 -
System Red Green Blue C M Y K H S L
Decimal 192 85 136 0 0.56 0.29 0.25 331.4 0.46 0.54
Hex C0 55 88 0 38 1D 19 14B 2E 36
Octal 300 125 210 0 70 35 31 513 56 66
Binary 11000000 1010101 10001000 0 111000 11101 11001 101001011 101110 110110

Color Harmonies of #C05588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05588

Black with #C05588

Text Example


Text Example

White with #C05588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05588; }

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

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

background-color css

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

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

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

border-color css

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

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

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