Html Css Color HEX #C85488 Mulberry

📋 copy color: '#C85488'

red 200 ◦ green 84 ◦ blue 136

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

Shades of Mulberry #C85488

Tints of Mulberry #C85488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.38%

R = 47.62%
G = 20%
B = 32.38%

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

#C85488 (or 0xC85488) is known color: Mulberry. HEX triplet: C8, 54 and 88. RGB value is (200,84,136). Sum of RGB (Red+Green+Blue) = 200+84+136=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C85488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85488 is #37AB77. Grayscale: #7C7C7C. Windows color (decimal): -3648376 or 8934600. OLE color: 8934600.

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

Color convert

RGB 200 84 136 -
CMYK 0 0.58 0.32 0.22
HSL 333.1º 0.51% 0.56% -
HSV(B) 333.1º 0.58% 0.78% -
XYZ 31.43 20.4 25.57 -
YUV 124.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 200 84 136 0 0.58 0.32 0.22 333.1 0.51 0.56
Hex C8 54 88 0 3A 20 16 14D 33 38
Octal 310 124 210 0 72 40 26 515 63 70
Binary 11001000 1010100 10001000 0 111010 100000 10110 101001101 110011 111000

Color Harmonies of #C85488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85488

Black with #C85488

Text Example


Text Example

White with #C85488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85488; }

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

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

background-color css

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

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

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

border-color css

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

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

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