Html Css Color HEX #C85492 Mulberry

📋 copy color: '#C85492'

red 200 ◦ green 84 ◦ blue 146

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

Shades of Mulberry #C85492

Tints of Mulberry #C85492

RGB

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

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

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

R = 46.51%
G = 19.53%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C85492 (or 0xC85492) is known color: Mulberry. HEX triplet: C8, 54 and 92. RGB value is (200,84,146). Sum of RGB (Red+Green+Blue) = 200+84+146=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C85492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85492 is #37AB6D. Grayscale: #7D7D7D. Windows color (decimal): -3648366 or 9589960. OLE color: 9589960.

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

Color convert

RGB 200 84 146 -
CMYK 0 0.58 0.27 0.22
HSL 327.93º 0.51% 0.56% -
HSV(B) 327.93º 0.58% 0.78% -
XYZ 32.18 20.7 29.49 -
YUV 125.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 200 84 146 0 0.58 0.27 0.22 327.93 0.51 0.56
Hex C8 54 92 0 3A 1B 16 148 33 38
Octal 310 124 222 0 72 33 26 510 63 70
Binary 11001000 1010100 10010010 0 111010 11011 10110 101001000 110011 111000

Color Harmonies of #C85492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85492

Black with #C85492

Text Example


Text Example

White with #C85492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85492; }

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

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

background-color css

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

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

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

border-color css

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

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

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