Html Css Color HEX #C85A9D Mulberry

📋 copy color: '#C85A9D'

red 200 ◦ green 90 ◦ blue 157

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

Shades of Mulberry #C85A9D

Tints of Mulberry #C85A9D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.13%

 BLUE value IS 157 (61.72% from 255) = 35.12%

R = 44.74%
G = 20.13%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C85A9D (or 0xC85A9D) is known color: Mulberry. HEX triplet: C8, 5A and 9D. RGB value is (200,90,157). Sum of RGB (Red+Green+Blue) = 200+90+157=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85A9D is #37A562. Grayscale: #828282. Windows color (decimal): -3646819 or 10312392. OLE color: 10312392.

HSL color Cylindrical-coordinate representation of color #C85A9D: hue angle of 323.45º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85A9D is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 90 157 -
CMYK 0 0.55 0.22 0.22
HSL 323.45º 0.5% 0.57% -
HSV(B) 323.45º 0.55% 0.78% -
XYZ 33.56 22.03 34.38 -
YUV 130.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 200 90 157 0 0.55 0.22 0.22 323.45 0.5 0.57
Hex C8 5A 9D 0 37 16 16 143 32 39
Octal 310 132 235 0 67 26 26 503 62 71
Binary 11001000 1011010 10011101 0 110111 10110 10110 101000011 110010 111001

Color Harmonies of #C85A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A9D

Black with #C85A9D

Text Example


Text Example

White with #C85A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A9D; }

 p { color: rgb(200,90,157); }

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

background-color css

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

 a { background-color: rgb(200,90,157); }

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

border-color css

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

 span { border-color: rgb(200,90,157); }

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