Html Css Color HEX #C8535E Mandy

📋 copy color: '#C8535E'

red 200 ◦ green 83 ◦ blue 94

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

Shades of Mandy #C8535E

Tints of Mandy #C8535E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

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

R = 53.05%
G = 22.02%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8535E (or 0xC8535E) is known color: Mandy. HEX triplet: C8, 53 and 5E. RGB value is (200,83,94). Sum of RGB (Red+Green+Blue) = 200+83+94=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8535E is #37ACA1. Grayscale: #777777. Windows color (decimal): -3648674 or 6181832. OLE color: 6181832.

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

Color convert

RGB 200 83 94 -
CMYK 0 0.58 0.53 0.22
HSL 354.36º 0.52% 0.55% -
HSV(B) 354.36º 0.59% 0.78% -
XYZ 28.93 19.27 12.78 -
YUV 119.24 113.76 185.61 -
System Red Green Blue C M Y K H S L
Decimal 200 83 94 0 0.58 0.53 0.22 354.36 0.52 0.55
Hex C8 53 5E 0 3A 35 16 162 34 37
Octal 310 123 136 0 72 65 26 542 64 67
Binary 11001000 1010011 1011110 0 111010 110101 10110 101100010 110100 110111

Color Harmonies of #C8535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8535E

Black with #C8535E

Text Example


Text Example

White with #C8535E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8535E; }

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

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

background-color css

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

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

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

border-color css

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

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

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