Html Css Color HEX #C8498D Mulberry

📋 copy color: '#C8498D'

red 200 ◦ green 73 ◦ blue 141

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

Shades of Mulberry #C8498D

Tints of Mulberry #C8498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 48.31%
G = 17.63%
B = 34.06%

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

#C8498D (or 0xC8498D) is known color: Mulberry. HEX triplet: C8, 49 and 8D. RGB value is (200,73,141). Sum of RGB (Red+Green+Blue) = 200+73+141=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C8498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8498D is #37B672. Grayscale: #767676. Windows color (decimal): -3651187 or 9259464. OLE color: 9259464.

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

Color convert

RGB 200 73 141 -
CMYK 0 0.64 0.29 0.22
HSL 327.87º 0.54% 0.54% -
HSV(B) 327.87º 0.64% 0.78% -
XYZ 31.01 18.97 27.23 -
YUV 118.73 140.58 185.97 -
System Red Green Blue C M Y K H S L
Decimal 200 73 141 0 0.64 0.29 0.22 327.87 0.54 0.54
Hex C8 49 8D 0 40 1D 16 148 36 36
Octal 310 111 215 0 100 35 26 510 66 66
Binary 11001000 1001001 10001101 0 1000000 11101 10110 101001000 110110 110110

Color Harmonies of #C8498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8498D

Black with #C8498D

Text Example


Text Example

White with #C8498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8498D; }

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

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

background-color css

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

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

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

border-color css

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

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

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