Html Css Color HEX #C8488C Mulberry

📋 copy color: '#C8488C'

red 200 ◦ green 72 ◦ blue 140

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

Shades of Mulberry #C8488C

Tints of Mulberry #C8488C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 48.54%
G = 17.48%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8488C (or 0xC8488C) is known color: Mulberry. HEX triplet: C8, 48 and 8C. RGB value is (200,72,140). Sum of RGB (Red+Green+Blue) = 200+72+140=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8488C is #37B773. Grayscale: #757575. Windows color (decimal): -3651444 or 9193672. OLE color: 9193672.

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

Color convert

RGB 200 72 140 -
CMYK 0 0.64 0.3 0.22
HSL 328.13º 0.54% 0.53% -
HSV(B) 328.13º 0.64% 0.78% -
XYZ 30.87 18.81 26.81 -
YUV 118.02 140.41 186.47 -
System Red Green Blue C M Y K H S L
Decimal 200 72 140 0 0.64 0.3 0.22 328.13 0.54 0.53
Hex C8 48 8C 0 40 1E 16 148 36 35
Octal 310 110 214 0 100 36 26 510 66 65
Binary 11001000 1001000 10001100 0 1000000 11110 10110 101001000 110110 110101

Color Harmonies of #C8488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8488C

Black with #C8488C

Text Example


Text Example

White with #C8488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8488C; }

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

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

background-color css

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

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

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

border-color css

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

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

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