Html Css Color HEX #C8575E Mandy

📋 copy color: '#C8575E'

red 200 ◦ green 87 ◦ blue 94

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

Shades of Mandy #C8575E

Tints of Mandy #C8575E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.83%

 BLUE value IS 94 (37.11% from 255) = 24.67%

R = 52.49%
G = 22.83%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8575E (or 0xC8575E) is known color: Mandy. HEX triplet: C8, 57 and 5E. RGB value is (200,87,94). Sum of RGB (Red+Green+Blue) = 200+87+94=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8575E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8575E is #37A8A1. Grayscale: #797979. Windows color (decimal): -3647650 or 6182856. OLE color: 6182856.

HSL color Cylindrical-coordinate representation of color #C8575E: hue angle of 356.28º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8575E is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 87 94 -
CMYK 0 0.56 0.53 0.22
HSL 356.28º 0.51% 0.56% -
HSV(B) 356.28º 0.57% 0.78% -
XYZ 29.25 19.9 12.89 -
YUV 121.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 200 87 94 0 0.56 0.53 0.22 356.28 0.51 0.56
Hex C8 57 5E 0 38 35 16 164 33 38
Octal 310 127 136 0 70 65 26 544 63 70
Binary 11001000 1010111 1011110 0 111000 110101 10110 101100100 110011 111000

Color Harmonies of #C8575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8575E

Black with #C8575E

Text Example


Text Example

White with #C8575E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8575E; }

 p { color: rgb(200,87,94); }

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

background-color css

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

 a { background-color: rgb(200,87,94); }

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

border-color css

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

 span { border-color: rgb(200,87,94); }

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