Html Css Color HEX #C05493 Mulberry

📋 copy color: '#C05493'

red 192 ◦ green 84 ◦ blue 147

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

Shades of Mulberry #C05493

Tints of Mulberry #C05493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.86%

 BLUE value IS 147 (57.81% from 255) = 34.75%

R = 45.39%
G = 19.86%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C05493 (or 0xC05493) is known color: Mulberry. HEX triplet: C0, 54 and 93. RGB value is (192,84,147). Sum of RGB (Red+Green+Blue) = 192+84+147=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C05493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05493 is #3FAB6C. Grayscale: #7B7B7B. Windows color (decimal): -4172653 or 9655488. OLE color: 9655488.

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

Color convert

RGB 192 84 147 -
CMYK 0 0.56 0.23 0.25
HSL 325º 0.46% 0.54% -
HSV(B) 325º 0.56% 0.75% -
XYZ 30.18 19.65 29.81 -
YUV 123.47 141.28 176.88 -
System Red Green Blue C M Y K H S L
Decimal 192 84 147 0 0.56 0.23 0.25 325 0.46 0.54
Hex C0 54 93 0 38 17 19 145 2E 36
Octal 300 124 223 0 70 27 31 505 56 66
Binary 11000000 1010100 10010011 0 111000 10111 11001 101000101 101110 110110

Color Harmonies of #C05493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05493

Black with #C05493

Text Example


Text Example

White with #C05493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05493; }

 p { color: rgb(192,84,147); }

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

background-color css

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

 a { background-color: rgb(192,84,147); }

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

border-color css

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

 span { border-color: rgb(192,84,147); }

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