Html Css Color HEX #C05DA2 Mulberry

📋 copy color: '#C05DA2'

red 192 ◦ green 93 ◦ blue 162

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

Shades of Mulberry #C05DA2

Tints of Mulberry #C05DA2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.81%

 BLUE value IS 162 (63.67% from 255) = 36.24%

R = 42.95%
G = 20.81%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C05DA2 (or 0xC05DA2) is known color: Mulberry. HEX triplet: C0, 5D and A2. RGB value is (192,93,162). Sum of RGB (Red+Green+Blue) = 192+93+162=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C05DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05DA2 is #3FA25D. Grayscale: #828282. Windows color (decimal): -4170334 or 10640832. OLE color: 10640832.

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

Color convert

RGB 192 93 162 -
CMYK 0 0.52 0.16 0.25
HSL 318.18º 0.44% 0.56% -
HSV(B) 318.18º 0.52% 0.75% -
XYZ 32.17 21.64 36.66 -
YUV 130.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 192 93 162 0 0.52 0.16 0.25 318.18 0.44 0.56
Hex C0 5D A2 0 34 10 19 13E 2C 38
Octal 300 135 242 0 64 20 31 476 54 70
Binary 11000000 1011101 10100010 0 110100 10000 11001 100111110 101100 111000

Color Harmonies of #C05DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05DA2

Black with #C05DA2

Text Example


Text Example

White with #C05DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05DA2; }

 p { color: rgb(192,93,162); }

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

background-color css

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

 a { background-color: rgb(192,93,162); }

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

border-color css

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

 span { border-color: rgb(192,93,162); }

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