Html Css Color HEX #C05E8D Mulberry

📋 copy color: '#C05E8D'

red 192 ◦ green 94 ◦ blue 141

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

Shades of Mulberry #C05E8D

Tints of Mulberry #C05E8D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.01%

 BLUE value IS 141 (55.47% from 255) = 33.02%

R = 44.96%
G = 22.01%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C05E8D (or 0xC05E8D) is known color: Mulberry. HEX triplet: C0, 5E and 8D. RGB value is (192,94,141). Sum of RGB (Red+Green+Blue) = 192+94+141=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05E8D is #3FA172. Grayscale: #808080. Windows color (decimal): -4170099 or 9264832. OLE color: 9264832.

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

Color convert

RGB 192 94 141 -
CMYK 0 0.51 0.27 0.25
HSL 331.22º 0.44% 0.56% -
HSV(B) 331.22º 0.51% 0.75% -
XYZ 30.55 21.13 27.67 -
YUV 128.66 134.97 173.18 -
System Red Green Blue C M Y K H S L
Decimal 192 94 141 0 0.51 0.27 0.25 331.22 0.44 0.56
Hex C0 5E 8D 0 33 1B 19 14B 2C 38
Octal 300 136 215 0 63 33 31 513 54 70
Binary 11000000 1011110 10001101 0 110011 11011 11001 101001011 101100 111000

Color Harmonies of #C05E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E8D

Black with #C05E8D

Text Example


Text Example

White with #C05E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E8D; }

 p { color: rgb(192,94,141); }

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

background-color css

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

 a { background-color: rgb(192,94,141); }

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

border-color css

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

 span { border-color: rgb(192,94,141); }

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