Html Css Color HEX #C86E48 Red Damask

📋 copy color: '#C86E48'

red 200 ◦ green 110 ◦ blue 72

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

Shades of Red Damask #C86E48

Tints of Red Damask #C86E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.85%

R = 52.36%
G = 28.8%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C86E48 (or 0xC86E48) is known color: Red Damask. HEX triplet: C8, 6E and 48. RGB value is (200,110,72). Sum of RGB (Red+Green+Blue) = 200+110+72=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86E48 is #3791B7. Grayscale: #848484. Windows color (decimal): -3641784 or 4746952. OLE color: 4746952.

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

Color convert

RGB 200 110 72 -
CMYK 0 0.45 0.64 0.22
HSL 17.81º 0.54% 0.53% -
HSV(B) 17.81º 0.64% 0.78% -
XYZ 30.57 23.9 9.13 -
YUV 132.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 200 110 72 0 0.45 0.64 0.22 17.81 0.54 0.53
Hex C8 6E 48 0 2D 40 16 12 36 35
Octal 310 156 110 0 55 100 26 22 66 65
Binary 11001000 1101110 1001000 0 101101 1000000 10110 10010 110110 110101

Color Harmonies of #C86E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86E48

Black with #C86E48

Text Example


Text Example

White with #C86E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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