Html Css Color HEX #C05290 Mulberry

📋 copy color: '#C05290'

red 192 ◦ green 82 ◦ blue 144

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

Shades of Mulberry #C05290

Tints of Mulberry #C05290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.45%

R = 45.93%
G = 19.62%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C05290 (or 0xC05290) is known color: Mulberry. HEX triplet: C0, 52 and 90. RGB value is (192,82,144). Sum of RGB (Red+Green+Blue) = 192+82+144=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C05290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05290 is #3FAD6F. Grayscale: #797979. Windows color (decimal): -4173168 or 9458368. OLE color: 9458368.

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

Color convert

RGB 192 82 144 -
CMYK 0 0.57 0.25 0.25
HSL 326.18º 0.47% 0.54% -
HSV(B) 326.18º 0.57% 0.75% -
XYZ 29.79 19.25 28.53 -
YUV 121.96 140.44 177.96 -
System Red Green Blue C M Y K H S L
Decimal 192 82 144 0 0.57 0.25 0.25 326.18 0.47 0.54
Hex C0 52 90 0 39 19 19 146 2F 36
Octal 300 122 220 0 71 31 31 506 57 66
Binary 11000000 1010010 10010000 0 111001 11001 11001 101000110 101111 110110

Color Harmonies of #C05290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05290

Black with #C05290

Text Example


Text Example

White with #C05290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05290; }

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

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

background-color css

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

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

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

border-color css

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

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

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