Html Css Color HEX #C8488B Mulberry

📋 copy color: '#C8488B'

red 200 ◦ green 72 ◦ blue 139

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

Shades of Mulberry #C8488B

Tints of Mulberry #C8488B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.82%

R = 48.66%
G = 17.52%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C8488B (or 0xC8488B) is known color: Mulberry. HEX triplet: C8, 48 and 8B. RGB value is (200,72,139). Sum of RGB (Red+Green+Blue) = 200+72+139=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8488B is #37B774. Grayscale: #757575. Windows color (decimal): -3651445 or 9128136. OLE color: 9128136.

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

Color convert

RGB 200 72 139 -
CMYK 0 0.64 0.30 0.22
HSL 328.59º 0.54% 0.53% -
HSV(B) 328.59º 0.64% 0.78% -
XYZ 30.8 18.78 26.43 -
YUV 117.91 139.91 186.55 -
System Red Green Blue C M Y K H S L
Decimal 200 72 139 0 0.64 0.30 0.22 328.59 0.54 0.53
Hex C8 48 8B 0 40 1E 16 149 36 35
Octal 310 110 213 0 100 36 26 511 66 65
Binary 11001000 1001000 10001011 0 1000000 11110 10110 101001001 110110 110101

Color Harmonies of #C8488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8488B

Black with #C8488B

Text Example


Text Example

White with #C8488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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