Html Css Color HEX #C86E4A Red Damask

📋 copy color: '#C86E4A'

red 200 ◦ green 110 ◦ blue 74

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

Shades of Red Damask #C86E4A

Tints of Red Damask #C86E4A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.65%

 BLUE value IS 74 (29.3% from 255) = 19.27%

R = 52.08%
G = 28.65%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C86E4A (or 0xC86E4A) is known color: Red Damask. HEX triplet: C8, 6E and 4A. RGB value is (200,110,74). Sum of RGB (Red+Green+Blue) = 200+110+74=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86E4A is #3791B5. Grayscale: #858585. Windows color (decimal): -3641782 or 4878024. OLE color: 4878024.

HSL color Cylindrical-coordinate representation of color #C86E4A: hue angle of 17.14º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C86E4A is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 110 74 -
CMYK 0 0.45 0.63 0.22
HSL 17.14º 0.53% 0.54% -
HSV(B) 17.14º 0.63% 0.78% -
XYZ 30.63 23.93 9.48 -
YUV 132.81 94.82 175.93 -
System Red Green Blue C M Y K H S L
Decimal 200 110 74 0 0.45 0.63 0.22 17.14 0.53 0.54
Hex C8 6E 4A 0 2D 3F 16 11 35 36
Octal 310 156 112 0 55 77 26 21 65 66
Binary 11001000 1101110 1001010 0 101101 111111 10110 10001 110101 110110

Color Harmonies of #C86E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86E4A

Black with #C86E4A

Text Example


Text Example

White with #C86E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86E4A; }

 p { color: rgb(200,110,74); }

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

background-color css

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

 a { background-color: rgb(200,110,74); }

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

border-color css

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

 span { border-color: rgb(200,110,74); }

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