Html Css Color HEX #C85487 Mulberry

📋 copy color: '#C85487'

red 200 ◦ green 84 ◦ blue 135

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

Shades of Mulberry #C85487

Tints of Mulberry #C85487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.05%

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

R = 47.73%
G = 20.05%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C85487 (or 0xC85487) is known color: Mulberry. HEX triplet: C8, 54 and 87. RGB value is (200,84,135). Sum of RGB (Red+Green+Blue) = 200+84+135=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C85487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85487 is #37AB78. Grayscale: #7C7C7C. Windows color (decimal): -3648377 or 8869064. OLE color: 8869064.

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

Color convert

RGB 200 84 135 -
CMYK 0 0.58 0.32 0.22
HSL 333.62º 0.51% 0.56% -
HSV(B) 333.62º 0.58% 0.78% -
XYZ 31.36 20.37 25.2 -
YUV 124.5 133.93 181.85 -
System Red Green Blue C M Y K H S L
Decimal 200 84 135 0 0.58 0.32 0.22 333.62 0.51 0.56
Hex C8 54 87 0 3A 20 16 14E 33 38
Octal 310 124 207 0 72 40 26 516 63 70
Binary 11001000 1010100 10000111 0 111010 100000 10110 101001110 110011 111000

Color Harmonies of #C85487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85487

Black with #C85487

Text Example


Text Example

White with #C85487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85487; }

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

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

background-color css

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

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

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

border-color css

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

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

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