Html Css Color HEX #C86E42 Red Damask

📋 copy color: '#C86E42'

red 200 ◦ green 110 ◦ blue 66

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

Shades of Red Damask #C86E42

Tints of Red Damask #C86E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.55%

R = 53.19%
G = 29.26%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C86E42 (or 0xC86E42) is known color: Red Damask. HEX triplet: C8, 6E and 42. RGB value is (200,110,66). Sum of RGB (Red+Green+Blue) = 200+110+66=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86E42 is #3791BD. Grayscale: #848484. Windows color (decimal): -3641790 or 4353736. OLE color: 4353736.

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

Color convert

RGB 200 110 66 -
CMYK 0 0.45 0.67 0.22
HSL 19.7º 0.55% 0.52% -
HSV(B) 19.7º 0.67% 0.78% -
XYZ 30.38 23.82 8.15 -
YUV 131.89 90.82 176.58 -
System Red Green Blue C M Y K H S L
Decimal 200 110 66 0 0.45 0.67 0.22 19.7 0.55 0.52
Hex C8 6E 42 0 2D 43 16 14 37 34
Octal 310 156 102 0 55 103 26 24 67 64
Binary 11001000 1101110 1000010 0 101101 1000011 10110 10100 110111 110100

Color Harmonies of #C86E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86E42

Black with #C86E42

Text Example


Text Example

White with #C86E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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