Html Css Color HEX #C05684 Mulberry

📋 copy color: '#C05684'

red 192 ◦ green 86 ◦ blue 132

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

Shades of Mulberry #C05684

Tints of Mulberry #C05684

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.98%

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

R = 46.83%
G = 20.98%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C05684 (or 0xC05684) is known color: Mulberry. HEX triplet: C0, 56 and 84. RGB value is (192,86,132). Sum of RGB (Red+Green+Blue) = 192+86+132=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C05684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05684 is #3FA97B. Grayscale: #7A7A7A. Windows color (decimal): -4172156 or 8672960. OLE color: 8672960.

HSL color Cylindrical-coordinate representation of color #C05684: hue angle of 333.96º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05684 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 86 132 -
CMYK 0 0.55 0.31 0.25
HSL 333.96º 0.46% 0.55% -
HSV(B) 333.96º 0.55% 0.75% -
XYZ 29.23 19.53 24.06 -
YUV 122.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 192 86 132 0 0.55 0.31 0.25 333.96 0.46 0.55
Hex C0 56 84 0 37 1F 19 14E 2E 37
Octal 300 126 204 0 67 37 31 516 56 67
Binary 11000000 1010110 10000100 0 110111 11111 11001 101001110 101110 110111

Color Harmonies of #C05684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05684

Black with #C05684

Text Example


Text Example

White with #C05684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05684; }

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

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

background-color css

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

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

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

border-color css

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

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

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