Html Css Color HEX #C85287 Mulberry

📋 copy color: '#C85287'

red 200 ◦ green 82 ◦ blue 135

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

Shades of Mulberry #C85287

Tints of Mulberry #C85287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.37%

R = 47.96%
G = 19.66%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C85287 (or 0xC85287) is known color: Mulberry. HEX triplet: C8, 52 and 87. RGB value is (200,82,135). Sum of RGB (Red+Green+Blue) = 200+82+135=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C85287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85287 is #37AD78. Grayscale: #7B7B7B. Windows color (decimal): -3648889 or 8868552. OLE color: 8868552.

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

Color convert

RGB 200 82 135 -
CMYK 0 0.59 0.32 0.22
HSL 333.05º 0.52% 0.55% -
HSV(B) 333.05º 0.59% 0.78% -
XYZ 31.21 20.06 25.15 -
YUV 123.32 134.59 182.69 -
System Red Green Blue C M Y K H S L
Decimal 200 82 135 0 0.59 0.32 0.22 333.05 0.52 0.55
Hex C8 52 87 0 3B 20 16 14D 34 37
Octal 310 122 207 0 73 40 26 515 64 67
Binary 11001000 1010010 10000111 0 111011 100000 10110 101001101 110100 110111

Color Harmonies of #C85287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85287

Black with #C85287

Text Example


Text Example

White with #C85287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85287; }

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

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

background-color css

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

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

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

border-color css

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

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

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