Html Css Color HEX #C8475F Mandy

📋 copy color: '#C8475F'

red 200 ◦ green 71 ◦ blue 95

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

Shades of Mandy #C8475F

Tints of Mandy #C8475F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.96%

R = 54.64%
G = 19.4%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8475F (or 0xC8475F) is known color: Mandy. HEX triplet: C8, 47 and 5F. RGB value is (200,71,95). Sum of RGB (Red+Green+Blue) = 200+71+95=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C8475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8475F is #37B8A0. Grayscale: #707070. Windows color (decimal): -3651745 or 6244296. OLE color: 6244296.

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

Color convert

RGB 200 71 95 -
CMYK 0 0.64 0.52 0.22
HSL 348.84º 0.54% 0.53% -
HSV(B) 348.84º 0.65% 0.78% -
XYZ 28.14 17.61 12.74 -
YUV 112.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 200 71 95 0 0.64 0.52 0.22 348.84 0.54 0.53
Hex C8 47 5F 0 40 34 16 15D 36 35
Octal 310 107 137 0 100 64 26 535 66 65
Binary 11001000 1000111 1011111 0 1000000 110100 10110 101011101 110110 110101

Color Harmonies of #C8475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8475F

Black with #C8475F

Text Example


Text Example

White with #C8475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8475F; }

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

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

background-color css

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

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

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

border-color css

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

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

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