Html Css Color HEX #C8487F Mulberry

📋 copy color: '#C8487F'

red 200 ◦ green 72 ◦ blue 127

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

Shades of Mulberry #C8487F

Tints of Mulberry #C8487F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.83%

R = 50.13%
G = 18.05%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C8487F (or 0xC8487F) is known color: Mulberry. HEX triplet: C8, 48 and 7F. RGB value is (200,72,127). Sum of RGB (Red+Green+Blue) = 200+72+127=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C8487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8487F is #37B780. Grayscale: #747474. Windows color (decimal): -3651457 or 8341704. OLE color: 8341704.

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

Color convert

RGB 200 72 127 -
CMYK 0 0.64 0.36 0.22
HSL 334.22º 0.54% 0.53% -
HSV(B) 334.22º 0.64% 0.78% -
XYZ 29.97 18.45 22.06 -
YUV 116.54 133.91 187.53 -
System Red Green Blue C M Y K H S L
Decimal 200 72 127 0 0.64 0.36 0.22 334.22 0.54 0.53
Hex C8 48 7F 0 40 24 16 14E 36 35
Octal 310 110 177 0 100 44 26 516 66 65
Binary 11001000 1001000 1111111 0 1000000 100100 10110 101001110 110110 110101

Color Harmonies of #C8487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8487F

Black with #C8487F

Text Example


Text Example

White with #C8487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8487F; }

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

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

background-color css

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

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

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

border-color css

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

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

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