Html Css Color HEX #C8498E Mulberry

📋 copy color: '#C8498E'

red 200 ◦ green 73 ◦ blue 142

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

Shades of Mulberry #C8498E

Tints of Mulberry #C8498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.59%

 BLUE value IS 142 (55.86% from 255) = 34.22%

R = 48.19%
G = 17.59%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8498E (or 0xC8498E) is known color: Mulberry. HEX triplet: C8, 49 and 8E. RGB value is (200,73,142). Sum of RGB (Red+Green+Blue) = 200+73+142=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C8498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8498E is #37B671. Grayscale: #767676. Windows color (decimal): -3651186 or 9325000. OLE color: 9325000.

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

Color convert

RGB 200 73 142 -
CMYK 0 0.64 0.29 0.22
HSL 327.4º 0.54% 0.54% -
HSV(B) 327.4º 0.64% 0.78% -
XYZ 31.08 19 27.62 -
YUV 118.84 141.08 185.89 -
System Red Green Blue C M Y K H S L
Decimal 200 73 142 0 0.64 0.29 0.22 327.4 0.54 0.54
Hex C8 49 8E 0 40 1D 16 147 36 36
Octal 310 111 216 0 100 35 26 507 66 66
Binary 11001000 1001001 10001110 0 1000000 11101 10110 101000111 110110 110110

Color Harmonies of #C8498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8498E

Black with #C8498E

Text Example


Text Example

White with #C8498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8498E; }

 p { color: rgb(200,73,142); }

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

background-color css

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

 a { background-color: rgb(200,73,142); }

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

border-color css

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

 span { border-color: rgb(200,73,142); }

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