Html Css Color HEX #C8565D Mandy

📋 copy color: '#C8565D'

red 200 ◦ green 86 ◦ blue 93

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

Shades of Mandy #C8565D

Tints of Mandy #C8565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.69%

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

R = 52.77%
G = 22.69%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8565D (or 0xC8565D) is known color: Mandy. HEX triplet: C8, 56 and 5D. RGB value is (200,86,93). Sum of RGB (Red+Green+Blue) = 200+86+93=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8565D is #37A9A2. Grayscale: #787878. Windows color (decimal): -3647907 or 6117064. OLE color: 6117064.

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

Color convert

RGB 200 86 93 -
CMYK 0 0.57 0.54 0.22
HSL 356.32º 0.51% 0.56% -
HSV(B) 356.32º 0.57% 0.78% -
XYZ 29.12 19.73 12.63 -
YUV 120.88 112.27 184.43 -
System Red Green Blue C M Y K H S L
Decimal 200 86 93 0 0.57 0.54 0.22 356.32 0.51 0.56
Hex C8 56 5D 0 39 36 16 164 33 38
Octal 310 126 135 0 71 66 26 544 63 70
Binary 11001000 1010110 1011101 0 111001 110110 10110 101100100 110011 111000

Color Harmonies of #C8565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8565D

Black with #C8565D

Text Example


Text Example

White with #C8565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8565D; }

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

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

background-color css

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

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

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

border-color css

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

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

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