Html Css Color HEX #C05291 Mulberry

📋 copy color: '#C05291'

red 192 ◦ green 82 ◦ blue 145

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

Shades of Mulberry #C05291

Tints of Mulberry #C05291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.61%

R = 45.82%
G = 19.57%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C05291 (or 0xC05291) is known color: Mulberry. HEX triplet: C0, 52 and 91. RGB value is (192,82,145). Sum of RGB (Red+Green+Blue) = 192+82+145=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C05291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05291 is #3FAD6E. Grayscale: #797979. Windows color (decimal): -4173167 or 9523904. OLE color: 9523904.

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

Color convert

RGB 192 82 145 -
CMYK 0 0.57 0.24 0.25
HSL 325.64º 0.47% 0.54% -
HSV(B) 325.64º 0.57% 0.75% -
XYZ 29.87 19.29 28.94 -
YUV 122.07 140.94 177.88 -
System Red Green Blue C M Y K H S L
Decimal 192 82 145 0 0.57 0.24 0.25 325.64 0.47 0.54
Hex C0 52 91 0 39 18 19 146 2F 36
Octal 300 122 221 0 71 30 31 506 57 66
Binary 11000000 1010010 10010001 0 111001 11000 11001 101000110 101111 110110

Color Harmonies of #C05291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05291

Black with #C05291

Text Example


Text Example

White with #C05291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05291; }

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

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

background-color css

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

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

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

border-color css

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

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

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