Html Css Color HEX #C86F2E Tango

📋 copy color: '#C86F2E'

red 200 ◦ green 111 ◦ blue 46

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

Shades of Tango #C86F2E

Tints of Tango #C86F2E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.09%

 BLUE value IS 46 (18.36% from 255) = 12.89%

R = 56.02%
G = 31.09%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C86F2E (or 0xC86F2E) is known color: Tango. HEX triplet: C8, 6F and 2E. RGB value is (200,111,46). Sum of RGB (Red+Green+Blue) = 200+111+46=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86F2E is #3790D1. Grayscale: #828282. Windows color (decimal): -3641554 or 3043272. OLE color: 3043272.

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

Color convert

RGB 200 111 46 -
CMYK 0 0.44 0.77 0.22
HSL 25.32º 0.63% 0.48% -
HSV(B) 25.32º 0.77% 0.78% -
XYZ 30 23.85 5.61 -
YUV 130.2 80.49 177.79 -
System Red Green Blue C M Y K H S L
Decimal 200 111 46 0 0.44 0.77 0.22 25.32 0.63 0.48
Hex C8 6F 2E 0 2C 4D 16 19 3F 30
Octal 310 157 56 0 54 115 26 31 77 60
Binary 11001000 1101111 101110 0 101100 1001101 10110 11001 111111 110000

Color Harmonies of #C86F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F2E

Black with #C86F2E

Text Example


Text Example

White with #C86F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F2E; }

 p { color: rgb(200,111,46); }

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

background-color css

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

 a { background-color: rgb(200,111,46); }

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

border-color css

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

 span { border-color: rgb(200,111,46); }

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