Html Css Color HEX #C8498F Mulberry

📋 copy color: '#C8498F'

red 200 ◦ green 73 ◦ blue 143

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

Shades of Mulberry #C8498F

Tints of Mulberry #C8498F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.38%

R = 48.08%
G = 17.55%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8498F (or 0xC8498F) is known color: Mulberry. HEX triplet: C8, 49 and 8F. RGB value is (200,73,143). Sum of RGB (Red+Green+Blue) = 200+73+143=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C8498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8498F is #37B670. Grayscale: #767676. Windows color (decimal): -3651185 or 9390536. OLE color: 9390536.

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

Color convert

RGB 200 73 143 -
CMYK 0 0.64 0.28 0.22
HSL 326.93º 0.54% 0.54% -
HSV(B) 326.93º 0.64% 0.78% -
XYZ 31.16 19.03 28.02 -
YUV 118.95 141.58 185.81 -
System Red Green Blue C M Y K H S L
Decimal 200 73 143 0 0.64 0.28 0.22 326.93 0.54 0.54
Hex C8 49 8F 0 40 1C 16 147 36 36
Octal 310 111 217 0 100 34 26 507 66 66
Binary 11001000 1001001 10001111 0 1000000 11100 10110 101000111 110110 110110

Color Harmonies of #C8498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8498F

Black with #C8498F

Text Example


Text Example

White with #C8498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8498F; }

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

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

background-color css

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

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

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

border-color css

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

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

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