Html Css Color HEX #C8475D Mandy

📋 copy color: '#C8475D'

red 200 ◦ green 71 ◦ blue 93

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

Shades of Mandy #C8475D

Tints of Mandy #C8475D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.55%

R = 54.95%
G = 19.51%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8475D (or 0xC8475D) is known color: Mandy. HEX triplet: C8, 47 and 5D. RGB value is (200,71,93). Sum of RGB (Red+Green+Blue) = 200+71+93=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8475D is #37B8A2. Grayscale: #707070. Windows color (decimal): -3651747 or 6113224. OLE color: 6113224.

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

Color convert

RGB 200 71 93 -
CMYK 0 0.64 0.54 0.22
HSL 349.77º 0.54% 0.53% -
HSV(B) 349.77º 0.65% 0.78% -
XYZ 28.05 17.58 12.27 -
YUV 112.08 117.24 190.71 -
System Red Green Blue C M Y K H S L
Decimal 200 71 93 0 0.64 0.54 0.22 349.77 0.54 0.53
Hex C8 47 5D 0 40 36 16 15E 36 35
Octal 310 107 135 0 100 66 26 536 66 65
Binary 11001000 1000111 1011101 0 1000000 110110 10110 101011110 110110 110101

Color Harmonies of #C8475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8475D

Black with #C8475D

Text Example


Text Example

White with #C8475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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