Html Css Color HEX #C05885 Mulberry

📋 copy color: '#C05885'

red 192 ◦ green 88 ◦ blue 133

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

Shades of Mulberry #C05885

Tints of Mulberry #C05885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.2%

R = 46.49%
G = 21.31%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C05885 (or 0xC05885) is known color: Mulberry. HEX triplet: C0, 58 and 85. RGB value is (192,88,133). Sum of RGB (Red+Green+Blue) = 192+88+133=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C05885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05885 is #3FA77A. Grayscale: #7C7C7C. Windows color (decimal): -4171643 or 8739008. OLE color: 8739008.

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

Color convert

RGB 192 88 133 -
CMYK 0 0.54 0.31 0.25
HSL 334.04º 0.45% 0.55% -
HSV(B) 334.04º 0.54% 0.75% -
XYZ 29.46 19.88 24.47 -
YUV 124.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 192 88 133 0 0.54 0.31 0.25 334.04 0.45 0.55
Hex C0 58 85 0 36 1F 19 14E 2D 37
Octal 300 130 205 0 66 37 31 516 55 67
Binary 11000000 1011000 10000101 0 110110 11111 11001 101001110 101101 110111

Color Harmonies of #C05885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05885

Black with #C05885

Text Example


Text Example

White with #C05885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05885; }

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

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

background-color css

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

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

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

border-color css

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

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

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