Html Css Color HEX #C05E8B Mulberry

📋 copy color: '#C05E8B'

red 192 ◦ green 94 ◦ blue 139

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

Shades of Mulberry #C05E8B

Tints of Mulberry #C05E8B

RGB

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

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

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

R = 45.18%
G = 22.12%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C05E8B (or 0xC05E8B) is known color: Mulberry. HEX triplet: C0, 5E and 8B. RGB value is (192,94,139). Sum of RGB (Red+Green+Blue) = 192+94+139=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05E8B is #3FA174. Grayscale: #808080. Windows color (decimal): -4170101 or 9133760. OLE color: 9133760.

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

Color convert

RGB 192 94 139 -
CMYK 0 0.51 0.28 0.25
HSL 332.45º 0.44% 0.56% -
HSV(B) 332.45º 0.51% 0.75% -
XYZ 30.4 21.08 26.89 -
YUV 128.43 133.97 173.34 -
System Red Green Blue C M Y K H S L
Decimal 192 94 139 0 0.51 0.28 0.25 332.45 0.44 0.56
Hex C0 5E 8B 0 33 1C 19 14C 2C 38
Octal 300 136 213 0 63 34 31 514 54 70
Binary 11000000 1011110 10001011 0 110011 11100 11001 101001100 101100 111000

Color Harmonies of #C05E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E8B

Black with #C05E8B

Text Example


Text Example

White with #C05E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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