Html Css Color HEX #C05284 Mulberry

📋 copy color: '#C05284'

red 192 ◦ green 82 ◦ blue 132

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

Shades of Mulberry #C05284

Tints of Mulberry #C05284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 47.29%
G = 20.2%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C05284 (or 0xC05284) is known color: Mulberry. HEX triplet: C0, 52 and 84. RGB value is (192,82,132). Sum of RGB (Red+Green+Blue) = 192+82+132=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C05284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05284 is #3FAD7B. Grayscale: #787878. Windows color (decimal): -4173180 or 8671936. OLE color: 8671936.

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

Color convert

RGB 192 82 132 -
CMYK 0 0.57 0.31 0.25
HSL 332.73º 0.47% 0.54% -
HSV(B) 332.73º 0.57% 0.75% -
XYZ 28.92 18.91 23.95 -
YUV 120.59 134.44 178.93 -
System Red Green Blue C M Y K H S L
Decimal 192 82 132 0 0.57 0.31 0.25 332.73 0.47 0.54
Hex C0 52 84 0 39 1F 19 14D 2F 36
Octal 300 122 204 0 71 37 31 515 57 66
Binary 11000000 1010010 10000100 0 111001 11111 11001 101001101 101111 110110

Color Harmonies of #C05284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05284

Black with #C05284

Text Example


Text Example

White with #C05284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05284; }

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

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

background-color css

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

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

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

border-color css

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

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

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