Html Css Color HEX #C85684 Mulberry

📋 copy color: '#C85684'

red 200 ◦ green 86 ◦ blue 132

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

Shades of Mulberry #C85684

Tints of Mulberry #C85684

RGB

 RED value IS 200 (78.52% from 255) = 47.85%

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

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

R = 47.85%
G = 20.57%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C85684 (or 0xC85684) is known color: Mulberry. HEX triplet: C8, 56 and 84. RGB value is (200,86,132). Sum of RGB (Red+Green+Blue) = 200+86+132=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C85684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85684 is #37A97B. Grayscale: #7D7D7D. Windows color (decimal): -3647868 or 8672968. OLE color: 8672968.

HSL color Cylindrical-coordinate representation of color #C85684: hue angle of 335.79º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85684 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 86 132 -
CMYK 0 0.57 0.34 0.22
HSL 335.79º 0.51% 0.56% -
HSV(B) 335.79º 0.57% 0.78% -
XYZ 31.31 20.6 24.16 -
YUV 125.33 131.77 181.26 -
System Red Green Blue C M Y K H S L
Decimal 200 86 132 0 0.57 0.34 0.22 335.79 0.51 0.56
Hex C8 56 84 0 39 22 16 150 33 38
Octal 310 126 204 0 71 42 26 520 63 70
Binary 11001000 1010110 10000100 0 111001 100010 10110 101010000 110011 111000

Color Harmonies of #C85684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85684

Black with #C85684

Text Example


Text Example

White with #C85684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85684; }

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

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

background-color css

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

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

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

border-color css

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

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

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