Html Css Color HEX #C85C91 Mulberry

📋 copy color: '#C85C91'

red 200 ◦ green 92 ◦ blue 145

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

Shades of Mulberry #C85C91

Tints of Mulberry #C85C91

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.05%

 BLUE value IS 145 (57.03% from 255) = 33.18%

R = 45.77%
G = 21.05%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C85C91 (or 0xC85C91) is known color: Mulberry. HEX triplet: C8, 5C and 91. RGB value is (200,92,145). Sum of RGB (Red+Green+Blue) = 200+92+145=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85C91 is #37A36E. Grayscale: #828282. Windows color (decimal): -3646319 or 9526472. OLE color: 9526472.

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

Color convert

RGB 200 92 145 -
CMYK 0 0.54 0.28 0.22
HSL 330.56º 0.5% 0.57% -
HSV(B) 330.56º 0.54% 0.78% -
XYZ 32.76 21.98 29.3 -
YUV 130.33 136.28 177.69 -
System Red Green Blue C M Y K H S L
Decimal 200 92 145 0 0.54 0.28 0.22 330.56 0.5 0.57
Hex C8 5C 91 0 36 1C 16 14B 32 39
Octal 310 134 221 0 66 34 26 513 62 71
Binary 11001000 1011100 10010001 0 110110 11100 10110 101001011 110010 111001

Color Harmonies of #C85C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C91

Black with #C85C91

Text Example


Text Example

White with #C85C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C91; }

 p { color: rgb(200,92,145); }

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

background-color css

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

 a { background-color: rgb(200,92,145); }

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

border-color css

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

 span { border-color: rgb(200,92,145); }

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