Html Css Color HEX #C8499D Mulberry

📋 copy color: '#C8499D'

red 200 ◦ green 73 ◦ blue 157

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

Shades of Mulberry #C8499D

Tints of Mulberry #C8499D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 46.51%
G = 16.98%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8499D (or 0xC8499D) is known color: Mulberry. HEX triplet: C8, 49 and 9D. RGB value is (200,73,157). Sum of RGB (Red+Green+Blue) = 200+73+157=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8499D is #37B662. Grayscale: #787878. Windows color (decimal): -3651171 or 10308040. OLE color: 10308040.

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

Color convert

RGB 200 73 157 -
CMYK 0 0.64 0.22 0.22
HSL 320.32º 0.54% 0.54% -
HSV(B) 320.32º 0.64% 0.78% -
XYZ 32.29 19.48 33.96 -
YUV 120.55 148.58 184.67 -
System Red Green Blue C M Y K H S L
Decimal 200 73 157 0 0.64 0.22 0.22 320.32 0.54 0.54
Hex C8 49 9D 0 40 16 16 140 36 36
Octal 310 111 235 0 100 26 26 500 66 66
Binary 11001000 1001001 10011101 0 1000000 10110 10110 101000000 110110 110110

Color Harmonies of #C8499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8499D

Black with #C8499D

Text Example


Text Example

White with #C8499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8499D; }

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

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

background-color css

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

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

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

border-color css

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

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

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