Html Css Color HEX #C05694 Mulberry

📋 copy color: '#C05694'

red 192 ◦ green 86 ◦ blue 148

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

Shades of Mulberry #C05694

Tints of Mulberry #C05694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.19%

 BLUE value IS 148 (58.2% from 255) = 34.74%

R = 45.07%
G = 20.19%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C05694 (or 0xC05694) is known color: Mulberry. HEX triplet: C0, 56 and 94. RGB value is (192,86,148). Sum of RGB (Red+Green+Blue) = 192+86+148=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C05694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05694 is #3FA96B. Grayscale: #7C7C7C. Windows color (decimal): -4172140 or 9721536. OLE color: 9721536.

HSL color Cylindrical-coordinate representation of color #C05694: hue angle of 324.91º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05694 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 86 148 -
CMYK 0 0.55 0.23 0.25
HSL 324.91º 0.46% 0.55% -
HSV(B) 324.91º 0.55% 0.75% -
XYZ 30.41 20 30.27 -
YUV 124.76 141.12 175.96 -
System Red Green Blue C M Y K H S L
Decimal 192 86 148 0 0.55 0.23 0.25 324.91 0.46 0.55
Hex C0 56 94 0 37 17 19 145 2E 37
Octal 300 126 224 0 67 27 31 505 56 67
Binary 11000000 1010110 10010100 0 110111 10111 11001 101000101 101110 110111

Color Harmonies of #C05694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05694

Black with #C05694

Text Example


Text Example

White with #C05694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05694; }

 p { color: rgb(192,86,148); }

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

background-color css

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

 a { background-color: rgb(192,86,148); }

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

border-color css

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

 span { border-color: rgb(192,86,148); }

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