Html Css Color HEX #C8477D Mulberry

📋 copy color: '#C8477D'

red 200 ◦ green 71 ◦ blue 125

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

Shades of Mulberry #C8477D

Tints of Mulberry #C8477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.93%

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 50.51%
G = 17.93%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8477D (or 0xC8477D) is known color: Mulberry. HEX triplet: C8, 47 and 7D. RGB value is (200,71,125). Sum of RGB (Red+Green+Blue) = 200+71+125=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8477D is #37B882. Grayscale: #737373. Windows color (decimal): -3651715 or 8210376. OLE color: 8210376.

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

Color convert

RGB 200 71 125 -
CMYK 0 0.64 0.38 0.22
HSL 334.88º 0.54% 0.53% -
HSV(B) 334.88º 0.65% 0.78% -
XYZ 29.77 18.27 21.36 -
YUV 115.73 133.24 188.11 -
System Red Green Blue C M Y K H S L
Decimal 200 71 125 0 0.64 0.38 0.22 334.88 0.54 0.53
Hex C8 47 7D 0 40 26 16 14F 36 35
Octal 310 107 175 0 100 46 26 517 66 65
Binary 11001000 1000111 1111101 0 1000000 100110 10110 101001111 110110 110101

Color Harmonies of #C8477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8477D

Black with #C8477D

Text Example


Text Example

White with #C8477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8477D; }

 p { color: rgb(200,71,125); }

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

background-color css

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

 a { background-color: rgb(200,71,125); }

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

border-color css

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

 span { border-color: rgb(200,71,125); }

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