Html Css Color HEX #C8525E Mandy

📋 copy color: '#C8525E'

red 200 ◦ green 82 ◦ blue 94

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

Shades of Mandy #C8525E

Tints of Mandy #C8525E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.81%

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

R = 53.19%
G = 21.81%
B = 25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8525E (or 0xC8525E) is known color: Mandy. HEX triplet: C8, 52 and 5E. RGB value is (200,82,94). Sum of RGB (Red+Green+Blue) = 200+82+94=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8525E is #37ADA1. Grayscale: #767676. Windows color (decimal): -3648930 or 6181576. OLE color: 6181576.

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

Color convert

RGB 200 82 94 -
CMYK 0 0.59 0.53 0.22
HSL 353.9º 0.52% 0.55% -
HSV(B) 353.9º 0.59% 0.78% -
XYZ 28.86 19.12 12.76 -
YUV 118.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 200 82 94 0 0.59 0.53 0.22 353.9 0.52 0.55
Hex C8 52 5E 0 3B 35 16 162 34 37
Octal 310 122 136 0 73 65 26 542 64 67
Binary 11001000 1010010 1011110 0 111011 110101 10110 101100010 110100 110111

Color Harmonies of #C8525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8525E

Black with #C8525E

Text Example


Text Example

White with #C8525E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8525E; }

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

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

background-color css

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

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

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

border-color css

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

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

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