Html Css Color HEX #C85A92 Mulberry

📋 copy color: '#C85A92'

red 200 ◦ green 90 ◦ blue 146

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

Shades of Mulberry #C85A92

Tints of Mulberry #C85A92

RGB

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

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

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

R = 45.87%
G = 20.64%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C85A92 (or 0xC85A92) is known color: Mulberry. HEX triplet: C8, 5A and 92. RGB value is (200,90,146). Sum of RGB (Red+Green+Blue) = 200+90+146=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85A92 is #37A56D. Grayscale: #818181. Windows color (decimal): -3646830 or 9591496. OLE color: 9591496.

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

Color convert

RGB 200 90 146 -
CMYK 0 0.55 0.27 0.22
HSL 329.45º 0.5% 0.57% -
HSV(B) 329.45º 0.55% 0.78% -
XYZ 32.66 21.67 29.65 -
YUV 129.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 200 90 146 0 0.55 0.27 0.22 329.45 0.5 0.57
Hex C8 5A 92 0 37 1B 16 149 32 39
Octal 310 132 222 0 67 33 26 511 62 71
Binary 11001000 1011010 10010010 0 110111 11011 10110 101001001 110010 111001

Color Harmonies of #C85A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A92

Black with #C85A92

Text Example


Text Example

White with #C85A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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