Html Css Color HEX #C8555D Mandy

📋 copy color: '#C8555D'

red 200 ◦ green 85 ◦ blue 93

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

Shades of Mandy #C8555D

Tints of Mandy #C8555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.49%

 BLUE value IS 93 (36.72% from 255) = 24.6%

R = 52.91%
G = 22.49%
B = 24.6%

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

#C8555D (or 0xC8555D) is known color: Mandy. HEX triplet: C8, 55 and 5D. RGB value is (200,85,93). Sum of RGB (Red+Green+Blue) = 200+85+93=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8555D is #37AAA2. Grayscale: #787878. Windows color (decimal): -3648163 or 6116808. OLE color: 6116808.

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

Color convert

RGB 200 85 93 -
CMYK 0 0.58 0.54 0.22
HSL 355.83º 0.51% 0.56% -
HSV(B) 355.83º 0.58% 0.78% -
XYZ 29.04 19.57 12.6 -
YUV 120.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 200 85 93 0 0.58 0.54 0.22 355.83 0.51 0.56
Hex C8 55 5D 0 3A 36 16 164 33 38
Octal 310 125 135 0 72 66 26 544 63 70
Binary 11001000 1010101 1011101 0 111010 110110 10110 101100100 110011 111000

Color Harmonies of #C8555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8555D

Black with #C8555D

Text Example


Text Example

White with #C8555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8555D; }

 p { color: rgb(200,85,93); }

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

background-color css

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

 a { background-color: rgb(200,85,93); }

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

border-color css

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

 span { border-color: rgb(200,85,93); }

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