Html Css Color HEX #C8499C Mulberry

📋 copy color: '#C8499C'

red 200 ◦ green 73 ◦ blue 156

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

Shades of Mulberry #C8499C

Tints of Mulberry #C8499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.36%

R = 46.62%
G = 17.02%
B = 36.36%

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

#C8499C (or 0xC8499C) is known color: Mulberry. HEX triplet: C8, 49 and 9C. RGB value is (200,73,156). Sum of RGB (Red+Green+Blue) = 200+73+156=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8499C is #37B663. Grayscale: #787878. Windows color (decimal): -3651172 or 10242504. OLE color: 10242504.

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

Color convert

RGB 200 73 156 -
CMYK 0 0.64 0.22 0.22
HSL 320.79º 0.54% 0.54% -
HSV(B) 320.79º 0.64% 0.78% -
XYZ 32.2 19.44 33.51 -
YUV 120.44 148.08 184.75 -
System Red Green Blue C M Y K H S L
Decimal 200 73 156 0 0.64 0.22 0.22 320.79 0.54 0.54
Hex C8 49 9C 0 40 16 16 141 36 36
Octal 310 111 234 0 100 26 26 501 66 66
Binary 11001000 1001001 10011100 0 1000000 10110 10110 101000001 110110 110110

Color Harmonies of #C8499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8499C

Black with #C8499C

Text Example


Text Example

White with #C8499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8499C; }

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

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

background-color css

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

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

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

border-color css

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

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

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