Html Css Color HEX #C86A50 Red Damask

📋 copy color: '#C86A50'

red 200 ◦ green 106 ◦ blue 80

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

Shades of Red Damask #C86A50

Tints of Red Damask #C86A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.73%

R = 51.81%
G = 27.46%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C86A50 (or 0xC86A50) is known color: Red Damask. HEX triplet: C8, 6A and 50. RGB value is (200,106,80). Sum of RGB (Red+Green+Blue) = 200+106+80=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86A50 is #3795AF. Grayscale: #838383. Windows color (decimal): -3642800 or 5270216. OLE color: 5270216.

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

Color convert

RGB 200 106 80 -
CMYK 0 0.47 0.6 0.22
HSL 13º 0.52% 0.55% -
HSV(B) 13º 0.6% 0.78% -
XYZ 30.42 23.17 10.46 -
YUV 131.14 99.14 177.11 -
System Red Green Blue C M Y K H S L
Decimal 200 106 80 0 0.47 0.6 0.22 13 0.52 0.55
Hex C8 6A 50 0 2F 3C 16 D 34 37
Octal 310 152 120 0 57 74 26 15 64 67
Binary 11001000 1101010 1010000 0 101111 111100 10110 1101 110100 110111

Color Harmonies of #C86A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A50

Black with #C86A50

Text Example


Text Example

White with #C86A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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