Html Css Color HEX #C848A0 Mulberry

📋 copy color: '#C848A0'

red 200 ◦ green 72 ◦ blue 160

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

Shades of Mulberry #C848A0

Tints of Mulberry #C848A0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.67%

 BLUE value IS 160 (62.89% from 255) = 37.04%

R = 46.3%
G = 16.67%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#C848A0 (or 0xC848A0) is known color: Mulberry. HEX triplet: C8, 48 and A0. RGB value is (200,72,160). Sum of RGB (Red+Green+Blue) = 200+72+160=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C848A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C848A0 is #37B75F. Grayscale: #787878. Windows color (decimal): -3651424 or 10504392. OLE color: 10504392.

HSL color Cylindrical-coordinate representation of color #C848A0: hue angle of 318.75º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C848A0 is Cyan = 0, Magento = 0.64, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 72 160 -
CMYK 0 0.64 0.2 0.22
HSL 318.75º 0.54% 0.53% -
HSV(B) 318.75º 0.64% 0.78% -
XYZ 32.48 19.45 35.3 -
YUV 120.3 150.41 184.84 -
System Red Green Blue C M Y K H S L
Decimal 200 72 160 0 0.64 0.2 0.22 318.75 0.54 0.53
Hex C8 48 A0 0 40 14 16 13F 36 35
Octal 310 110 240 0 100 24 26 477 66 65
Binary 11001000 1001000 10100000 0 1000000 10100 10110 100111111 110110 110101

Color Harmonies of #C848A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848A0

Black with #C848A0

Text Example


Text Example

White with #C848A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848A0; }

 p { color: rgb(200,72,160); }

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

background-color css

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

 a { background-color: rgb(200,72,160); }

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

border-color css

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

 span { border-color: rgb(200,72,160); }

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