Html Css Color HEX #C86941 Red Damask

📋 copy color: '#C86941'

red 200 ◦ green 105 ◦ blue 65

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

Shades of Red Damask #C86941

Tints of Red Damask #C86941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.57%

R = 54.05%
G = 28.38%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C86941 (or 0xC86941) is known color: Red Damask. HEX triplet: C8, 69 and 41. RGB value is (200,105,65). Sum of RGB (Red+Green+Blue) = 200+105+65=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C86941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86941 is #3796BE. Grayscale: #818181. Windows color (decimal): -3643071 or 4286920. OLE color: 4286920.

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

Color convert

RGB 200 105 65 -
CMYK 0 0.48 0.68 0.22
HSL 17.78º 0.55% 0.52% -
HSV(B) 17.78º 0.68% 0.78% -
XYZ 29.83 22.76 7.82 -
YUV 128.85 91.97 178.75 -
System Red Green Blue C M Y K H S L
Decimal 200 105 65 0 0.48 0.68 0.22 17.78 0.55 0.52
Hex C8 69 41 0 30 44 16 12 37 34
Octal 310 151 101 0 60 104 26 22 67 64
Binary 11001000 1101001 1000001 0 110000 1000100 10110 10010 110111 110100

Color Harmonies of #C86941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86941

Black with #C86941

Text Example


Text Example

White with #C86941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86941; }

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

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

background-color css

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

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

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

border-color css

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

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

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