Html Css Color HEX #C05495 Mulberry

📋 copy color: '#C05495'

red 192 ◦ green 84 ◦ blue 149

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

Shades of Mulberry #C05495

Tints of Mulberry #C05495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.06%

R = 45.18%
G = 19.76%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C05495 (or 0xC05495) is known color: Mulberry. HEX triplet: C0, 54 and 95. RGB value is (192,84,149). Sum of RGB (Red+Green+Blue) = 192+84+149=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C05495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05495 is #3FAB6A. Grayscale: #7B7B7B. Windows color (decimal): -4172651 or 9786560. OLE color: 9786560.

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

Color convert

RGB 192 84 149 -
CMYK 0 0.56 0.22 0.25
HSL 323.89º 0.46% 0.54% -
HSV(B) 323.89º 0.56% 0.75% -
XYZ 30.33 19.72 30.64 -
YUV 123.7 142.28 176.71 -
System Red Green Blue C M Y K H S L
Decimal 192 84 149 0 0.56 0.22 0.25 323.89 0.46 0.54
Hex C0 54 95 0 38 16 19 144 2E 36
Octal 300 124 225 0 70 26 31 504 56 66
Binary 11000000 1010100 10010101 0 111000 10110 11001 101000100 101110 110110

Color Harmonies of #C05495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05495

Black with #C05495

Text Example


Text Example

White with #C05495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05495; }

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

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

background-color css

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

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

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

border-color css

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

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

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