Html Css Color HEX #C8535A Mandy

📋 copy color: '#C8535A'

red 200 ◦ green 83 ◦ blue 90

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

Shades of Mandy #C8535A

Tints of Mandy #C8535A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.13%

R = 53.62%
G = 22.25%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8535A (or 0xC8535A) is known color: Mandy. HEX triplet: C8, 53 and 5A. RGB value is (200,83,90). Sum of RGB (Red+Green+Blue) = 200+83+90=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8535A is #37ACA5. Grayscale: #767676. Windows color (decimal): -3648678 or 5919688. OLE color: 5919688.

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

Color convert

RGB 200 83 90 -
CMYK 0 0.58 0.55 0.22
HSL 356.41º 0.52% 0.55% -
HSV(B) 356.41º 0.59% 0.78% -
XYZ 28.76 19.2 11.86 -
YUV 118.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 200 83 90 0 0.58 0.55 0.22 356.41 0.52 0.55
Hex C8 53 5A 0 3A 37 16 164 34 37
Octal 310 123 132 0 72 67 26 544 64 67
Binary 11001000 1010011 1011010 0 111010 110111 10110 101100100 110100 110111

Color Harmonies of #C8535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8535A

Black with #C8535A

Text Example


Text Example

White with #C8535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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