Html Css Color HEX #C85C92 Mulberry

📋 copy color: '#C85C92'

red 200 ◦ green 92 ◦ blue 146

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

Shades of Mulberry #C85C92

Tints of Mulberry #C85C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.33%

R = 45.66%
G = 21%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C85C92 (or 0xC85C92) is known color: Mulberry. HEX triplet: C8, 5C and 92. RGB value is (200,92,146). Sum of RGB (Red+Green+Blue) = 200+92+146=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85C92 is #37A36D. Grayscale: #828282. Windows color (decimal): -3646318 or 9592008. OLE color: 9592008.

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

Color convert

RGB 200 92 146 -
CMYK 0 0.54 0.27 0.22
HSL 330º 0.5% 0.57% -
HSV(B) 330º 0.54% 0.78% -
XYZ 32.83 22.01 29.71 -
YUV 130.45 136.78 177.61 -
System Red Green Blue C M Y K H S L
Decimal 200 92 146 0 0.54 0.27 0.22 330 0.5 0.57
Hex C8 5C 92 0 36 1B 16 14A 32 39
Octal 310 134 222 0 66 33 26 512 62 71
Binary 11001000 1011100 10010010 0 110110 11011 10110 101001010 110010 111001

Color Harmonies of #C85C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C92

Black with #C85C92

Text Example


Text Example

White with #C85C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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