Html Css Color HEX #C85584 Mulberry

📋 copy color: '#C85584'

red 200 ◦ green 85 ◦ blue 132

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

Shades of Mulberry #C85584

Tints of Mulberry #C85584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.38%

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

R = 47.96%
G = 20.38%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C85584 (or 0xC85584) is known color: Mulberry. HEX triplet: C8, 55 and 84. RGB value is (200,85,132). Sum of RGB (Red+Green+Blue) = 200+85+132=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C85584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85584 is #37AA7B. Grayscale: #7C7C7C. Windows color (decimal): -3648124 or 8672712. OLE color: 8672712.

HSL color Cylindrical-coordinate representation of color #C85584: hue angle of 335.48º 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 #C85584 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 85 132 -
CMYK 0 0.58 0.34 0.22
HSL 335.48º 0.51% 0.56% -
HSV(B) 335.48º 0.58% 0.78% -
XYZ 31.23 20.44 24.13 -
YUV 124.74 132.1 181.68 -
System Red Green Blue C M Y K H S L
Decimal 200 85 132 0 0.58 0.34 0.22 335.48 0.51 0.56
Hex C8 55 84 0 3A 22 16 14F 33 38
Octal 310 125 204 0 72 42 26 517 63 70
Binary 11001000 1010101 10000100 0 111010 100010 10110 101001111 110011 111000

Color Harmonies of #C85584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85584

Black with #C85584

Text Example


Text Example

White with #C85584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85584; }

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

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

background-color css

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

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

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

border-color css

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

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

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