Html Css Color HEX #C85484 Mulberry

📋 copy color: '#C85484'

red 200 ◦ green 84 ◦ blue 132

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

Shades of Mulberry #C85484

Tints of Mulberry #C85484

RGB

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

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

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

R = 48.08%
G = 20.19%
B = 31.73%

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

#C85484 (or 0xC85484) is known color: Mulberry. HEX triplet: C8, 54 and 84. RGB value is (200,84,132). Sum of RGB (Red+Green+Blue) = 200+84+132=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C85484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85484 is #37AB7B. Grayscale: #7C7C7C. Windows color (decimal): -3648380 or 8672456. OLE color: 8672456.

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

Color convert

RGB 200 84 132 -
CMYK 0 0.58 0.34 0.22
HSL 335.17º 0.51% 0.56% -
HSV(B) 335.17º 0.58% 0.78% -
XYZ 31.15 20.29 24.1 -
YUV 124.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 200 84 132 0 0.58 0.34 0.22 335.17 0.51 0.56
Hex C8 54 84 0 3A 22 16 14F 33 38
Octal 310 124 204 0 72 42 26 517 63 70
Binary 11001000 1010100 10000100 0 111010 100010 10110 101001111 110011 111000

Color Harmonies of #C85484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85484

Black with #C85484

Text Example


Text Example

White with #C85484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85484; }

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

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

background-color css

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

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

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

border-color css

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

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

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