Html Css Color HEX #C05295 Mulberry

📋 copy color: '#C05295'

red 192 ◦ green 82 ◦ blue 149

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

Shades of Mulberry #C05295

Tints of Mulberry #C05295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.39%

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

R = 45.39%
G = 19.39%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C05295 (or 0xC05295) is known color: Mulberry. HEX triplet: C0, 52 and 95. RGB value is (192,82,149). Sum of RGB (Red+Green+Blue) = 192+82+149=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C05295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05295 is #3FAD6A. Grayscale: #7A7A7A. Windows color (decimal): -4173163 or 9786048. OLE color: 9786048.

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

Color convert

RGB 192 82 149 -
CMYK 0 0.57 0.22 0.25
HSL 323.45º 0.47% 0.54% -
HSV(B) 323.45º 0.57% 0.75% -
XYZ 30.18 19.41 30.59 -
YUV 122.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 192 82 149 0 0.57 0.22 0.25 323.45 0.47 0.54
Hex C0 52 95 0 39 16 19 143 2F 36
Octal 300 122 225 0 71 26 31 503 57 66
Binary 11000000 1010010 10010101 0 111001 10110 11001 101000011 101111 110110

Color Harmonies of #C05295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05295

Black with #C05295

Text Example


Text Example

White with #C05295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05295; }

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

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

background-color css

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

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

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

border-color css

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

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

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