Html Css Color HEX #C86547 Red Damask

📋 copy color: '#C86547'

red 200 ◦ green 101 ◦ blue 71

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

Shades of Red Damask #C86547

Tints of Red Damask #C86547

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.15%

 BLUE value IS 71 (28.13% from 255) = 19.09%

R = 53.76%
G = 27.15%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C86547 (or 0xC86547) is known color: Red Damask. HEX triplet: C8, 65 and 47. RGB value is (200,101,71). Sum of RGB (Red+Green+Blue) = 200+101+71=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C86547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86547 is #379AB8. Grayscale: #7F7F7F. Windows color (decimal): -3644089 or 4679112. OLE color: 4679112.

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

Color convert

RGB 200 101 71 -
CMYK 0 0.49 0.64 0.22
HSL 13.95º 0.54% 0.53% -
HSV(B) 13.95º 0.65% 0.78% -
XYZ 29.61 22.04 8.66 -
YUV 127.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 200 101 71 0 0.49 0.64 0.22 13.95 0.54 0.53
Hex C8 65 47 0 31 40 16 E 36 35
Octal 310 145 107 0 61 100 26 16 66 65
Binary 11001000 1100101 1000111 0 110001 1000000 10110 1110 110110 110101

Color Harmonies of #C86547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86547

Black with #C86547

Text Example


Text Example

White with #C86547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86547; }

 p { color: rgb(200,101,71); }

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

background-color css

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

 a { background-color: rgb(200,101,71); }

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

border-color css

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

 span { border-color: rgb(200,101,71); }

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