Html Css Color HEX #C8535C Mandy

📋 copy color: '#C8535C'

red 200 ◦ green 83 ◦ blue 92

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

Shades of Mandy #C8535C

Tints of Mandy #C8535C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.53%

R = 53.33%
G = 22.13%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8535C (or 0xC8535C) is known color: Mandy. HEX triplet: C8, 53 and 5C. RGB value is (200,83,92). Sum of RGB (Red+Green+Blue) = 200+83+92=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8535C is #37ACA3. Grayscale: #777777. Windows color (decimal): -3648676 or 6050760. OLE color: 6050760.

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

Color convert

RGB 200 83 92 -
CMYK 0 0.58 0.54 0.22
HSL 355.38º 0.52% 0.55% -
HSV(B) 355.38º 0.59% 0.78% -
XYZ 28.84 19.24 12.32 -
YUV 119.01 112.76 185.77 -
System Red Green Blue C M Y K H S L
Decimal 200 83 92 0 0.58 0.54 0.22 355.38 0.52 0.55
Hex C8 53 5C 0 3A 36 16 163 34 37
Octal 310 123 134 0 72 66 26 543 64 67
Binary 11001000 1010011 1011100 0 111010 110110 10110 101100011 110100 110111

Color Harmonies of #C8535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8535C

Black with #C8535C

Text Example


Text Example

White with #C8535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8535C; }

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

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

background-color css

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

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

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

border-color css

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

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

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