Html Css Color HEX #C85284 Mulberry

📋 copy color: '#C85284'

red 200 ◦ green 82 ◦ blue 132

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

Shades of Mulberry #C85284

Tints of Mulberry #C85284

RGB

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

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

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

R = 48.31%
G = 19.81%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C85284 (or 0xC85284) is known color: Mulberry. HEX triplet: C8, 52 and 84. RGB value is (200,82,132). Sum of RGB (Red+Green+Blue) = 200+82+132=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C85284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85284 is #37AD7B. Grayscale: #7A7A7A. Windows color (decimal): -3648892 or 8671944. OLE color: 8671944.

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

Color convert

RGB 200 82 132 -
CMYK 0 0.59 0.34 0.22
HSL 334.58º 0.52% 0.55% -
HSV(B) 334.58º 0.59% 0.78% -
XYZ 31 19.98 24.05 -
YUV 122.98 133.09 182.93 -
System Red Green Blue C M Y K H S L
Decimal 200 82 132 0 0.59 0.34 0.22 334.58 0.52 0.55
Hex C8 52 84 0 3B 22 16 14F 34 37
Octal 310 122 204 0 73 42 26 517 64 67
Binary 11001000 1010010 10000100 0 111011 100010 10110 101001111 110100 110111

Color Harmonies of #C85284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85284

Black with #C85284

Text Example


Text Example

White with #C85284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85284; }

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

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

background-color css

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

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

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

border-color css

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

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

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