Html Css Color HEX #C86943 Red Damask

📋 copy color: '#C86943'

red 200 ◦ green 105 ◦ blue 67

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

Shades of Red Damask #C86943

Tints of Red Damask #C86943

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.23%

 BLUE value IS 67 (26.56% from 255) = 18.01%

R = 53.76%
G = 28.23%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C86943 (or 0xC86943) is known color: Red Damask. HEX triplet: C8, 69 and 43. RGB value is (200,105,67). Sum of RGB (Red+Green+Blue) = 200+105+67=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C86943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86943 is #3796BC. Grayscale: #818181. Windows color (decimal): -3643069 or 4417992. OLE color: 4417992.

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

Color convert

RGB 200 105 67 -
CMYK 0 0.48 0.66 0.22
HSL 17.14º 0.55% 0.52% -
HSV(B) 17.14º 0.67% 0.78% -
XYZ 29.88 22.79 8.13 -
YUV 129.07 92.97 178.59 -
System Red Green Blue C M Y K H S L
Decimal 200 105 67 0 0.48 0.66 0.22 17.14 0.55 0.52
Hex C8 69 43 0 30 42 16 11 37 34
Octal 310 151 103 0 60 102 26 21 67 64
Binary 11001000 1101001 1000011 0 110000 1000010 10110 10001 110111 110100

Color Harmonies of #C86943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86943

Black with #C86943

Text Example


Text Example

White with #C86943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86943; }

 p { color: rgb(200,105,67); }

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

background-color css

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

 a { background-color: rgb(200,105,67); }

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

border-color css

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

 span { border-color: rgb(200,105,67); }

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