Html Css Color HEX #C849A5 Mulberry

📋 copy color: '#C849A5'

red 200 ◦ green 73 ◦ blue 165

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

Shades of Mulberry #C849A5

Tints of Mulberry #C849A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.67%

R = 45.66%
G = 16.67%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C849A5 (or 0xC849A5) is known color: Mulberry. HEX triplet: C8, 49 and A5. RGB value is (200,73,165). Sum of RGB (Red+Green+Blue) = 200+73+165=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C849A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C849A5 is #37B65A. Grayscale: #797979. Windows color (decimal): -3651163 or 10832328. OLE color: 10832328.

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

Color convert

RGB 200 73 165 -
CMYK 0 0.64 0.18 0.22
HSL 316.54º 0.54% 0.54% -
HSV(B) 316.54º 0.64% 0.78% -
XYZ 32.99 19.76 37.67 -
YUV 121.46 152.58 184.02 -
System Red Green Blue C M Y K H S L
Decimal 200 73 165 0 0.64 0.18 0.22 316.54 0.54 0.54
Hex C8 49 A5 0 40 12 16 13D 36 36
Octal 310 111 245 0 100 22 26 475 66 66
Binary 11001000 1001001 10100101 0 1000000 10010 10110 100111101 110110 110110

Color Harmonies of #C849A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C849A5

Black with #C849A5

Text Example


Text Example

White with #C849A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C849A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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