Html Css Color HEX #C85495 Mulberry

📋 copy color: '#C85495'

red 200 ◦ green 84 ◦ blue 149

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

Shades of Mulberry #C85495

Tints of Mulberry #C85495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.41%

R = 46.19%
G = 19.4%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C85495 (or 0xC85495) is known color: Mulberry. HEX triplet: C8, 54 and 95. RGB value is (200,84,149). Sum of RGB (Red+Green+Blue) = 200+84+149=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C85495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85495 is #37AB6A. Grayscale: #7D7D7D. Windows color (decimal): -3648363 or 9786568. OLE color: 9786568.

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

Color convert

RGB 200 84 149 -
CMYK 0 0.58 0.26 0.22
HSL 326.38º 0.51% 0.56% -
HSV(B) 326.38º 0.58% 0.78% -
XYZ 32.41 20.79 30.74 -
YUV 126.09 140.93 180.71 -
System Red Green Blue C M Y K H S L
Decimal 200 84 149 0 0.58 0.26 0.22 326.38 0.51 0.56
Hex C8 54 95 0 3A 1A 16 146 33 38
Octal 310 124 225 0 72 32 26 506 63 70
Binary 11001000 1010100 10010101 0 111010 11010 10110 101000110 110011 111000

Color Harmonies of #C85495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85495

Black with #C85495

Text Example


Text Example

White with #C85495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85495; }

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

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

background-color css

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

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

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

border-color css

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

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

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