Html Css Color HEX #C86D4C Red Damask

📋 copy color: '#C86D4C'

red 200 ◦ green 109 ◦ blue 76

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

Shades of Red Damask #C86D4C

Tints of Red Damask #C86D4C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.31%

 BLUE value IS 76 (30.08% from 255) = 19.74%

R = 51.95%
G = 28.31%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C86D4C (or 0xC86D4C) is known color: Red Damask. HEX triplet: C8, 6D and 4C. RGB value is (200,109,76). Sum of RGB (Red+Green+Blue) = 200+109+76=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86D4C is #3792B3. Grayscale: #848484. Windows color (decimal): -3642036 or 5008840. OLE color: 5008840.

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

Color convert

RGB 200 109 76 -
CMYK 0 0.46 0.62 0.22
HSL 15.97º 0.53% 0.54% -
HSV(B) 15.97º 0.62% 0.78% -
XYZ 30.59 23.74 9.81 -
YUV 132.45 96.15 176.18 -
System Red Green Blue C M Y K H S L
Decimal 200 109 76 0 0.46 0.62 0.22 15.97 0.53 0.54
Hex C8 6D 4C 0 2E 3E 16 10 35 36
Octal 310 155 114 0 56 76 26 20 65 66
Binary 11001000 1101101 1001100 0 101110 111110 10110 10000 110101 110110

Color Harmonies of #C86D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D4C

Black with #C86D4C

Text Example


Text Example

White with #C86D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D4C; }

 p { color: rgb(200,109,76); }

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

background-color css

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

 a { background-color: rgb(200,109,76); }

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

border-color css

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

 span { border-color: rgb(200,109,76); }

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