Html Css Color HEX #C05EA0 Mulberry

📋 copy color: '#C05EA0'

red 192 ◦ green 94 ◦ blue 160

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

Shades of Mulberry #C05EA0

Tints of Mulberry #C05EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.87%

R = 43.05%
G = 21.08%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C05EA0 (or 0xC05EA0) is known color: Mulberry. HEX triplet: C0, 5E and A0. RGB value is (192,94,160). Sum of RGB (Red+Green+Blue) = 192+94+160=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C05EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05EA0 is #3FA15F. Grayscale: #828282. Windows color (decimal): -4170080 or 10510016. OLE color: 10510016.

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

Color convert

RGB 192 94 160 -
CMYK 0 0.51 0.17 0.25
HSL 319.59º 0.44% 0.56% -
HSV(B) 319.59º 0.51% 0.75% -
XYZ 32.09 21.75 35.76 -
YUV 130.83 144.47 171.63 -
System Red Green Blue C M Y K H S L
Decimal 192 94 160 0 0.51 0.17 0.25 319.59 0.44 0.56
Hex C0 5E A0 0 33 11 19 140 2C 38
Octal 300 136 240 0 63 21 31 500 54 70
Binary 11000000 1011110 10100000 0 110011 10001 11001 101000000 101100 111000

Color Harmonies of #C05EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05EA0

Black with #C05EA0

Text Example


Text Example

White with #C05EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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