Html Css Color HEX #C86643 Red Damask

📋 copy color: '#C86643'

red 200 ◦ green 102 ◦ blue 67

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

Shades of Red Damask #C86643

Tints of Red Damask #C86643

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

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

R = 54.2%
G = 27.64%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C86643 (or 0xC86643) is known color: Red Damask. HEX triplet: C8, 66 and 43. RGB value is (200,102,67). Sum of RGB (Red+Green+Blue) = 200+102+67=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C86643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86643 is #3799BC. Grayscale: #7F7F7F. Windows color (decimal): -3643837 or 4417224. OLE color: 4417224.

HSL color Cylindrical-coordinate representation of color #C86643: hue angle of 15.79º 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 #C86643 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 102 67 -
CMYK 0 0.49 0.66 0.22
HSL 15.79º 0.55% 0.52% -
HSV(B) 15.79º 0.67% 0.78% -
XYZ 29.58 22.19 8.03 -
YUV 127.31 93.97 179.85 -
System Red Green Blue C M Y K H S L
Decimal 200 102 67 0 0.49 0.66 0.22 15.79 0.55 0.52
Hex C8 66 43 0 31 42 16 10 37 34
Octal 310 146 103 0 61 102 26 20 67 64
Binary 11001000 1100110 1000011 0 110001 1000010 10110 10000 110111 110100

Color Harmonies of #C86643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86643

Black with #C86643

Text Example


Text Example

White with #C86643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86643; }

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

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

background-color css

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

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

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

border-color css

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

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

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