Html Css Color HEX #C86A42 Red Damask

📋 copy color: '#C86A42'

red 200 ◦ green 106 ◦ blue 66

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

Shades of Red Damask #C86A42

Tints of Red Damask #C86A42

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.49%

 BLUE value IS 66 (26.17% from 255) = 17.74%

R = 53.76%
G = 28.49%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C86A42 (or 0xC86A42) is known color: Red Damask. HEX triplet: C8, 6A and 42. RGB value is (200,106,66). Sum of RGB (Red+Green+Blue) = 200+106+66=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A42 is #3795BD. Grayscale: #818181. Windows color (decimal): -3642814 or 4352712. OLE color: 4352712.

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

Color convert

RGB 200 106 66 -
CMYK 0 0.47 0.67 0.22
HSL 17.91º 0.55% 0.52% -
HSV(B) 17.91º 0.67% 0.78% -
XYZ 29.96 22.98 8.01 -
YUV 129.55 92.14 178.25 -
System Red Green Blue C M Y K H S L
Decimal 200 106 66 0 0.47 0.67 0.22 17.91 0.55 0.52
Hex C8 6A 42 0 2F 43 16 12 37 34
Octal 310 152 102 0 57 103 26 22 67 64
Binary 11001000 1101010 1000010 0 101111 1000011 10110 10010 110111 110100

Color Harmonies of #C86A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A42

Black with #C86A42

Text Example


Text Example

White with #C86A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A42; }

 p { color: rgb(200,106,66); }

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

background-color css

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

 a { background-color: rgb(200,106,66); }

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

border-color css

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

 span { border-color: rgb(200,106,66); }

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