#CF6D2B

Color #CF6D2B Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tango #CF6D2B

Tints of Tango #CF6D2B

Color information

#CF6D2B (or 0xCF6D2B) is unknown color: approx Tango. HEX triplet: CF, 6D and 2B. RGB value is (207,109,43). Sum of RGB (Red+Green+Blue) = 207+109+43=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D2B is #3092D4. Grayscale: #838383. Windows color (decimal): -3183317 or 2846159. OLE color: 2846159.

HSL color Cylindrical-coordinate representation of color #CF6D2B: hue angle of 24.15º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF6D2B is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB20710943-
CMYK00.470.790.19
HSL24.15º65.6%49.02%-
HSV(B)24.15º79.23%81.18%-
XYZ31.6424.385.32-
YUV130.7878.47182.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.66%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 43 (17.19% from 255) = 11.98%
R=57.66%
G=30.36%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071094300.470.790.1924.1565.649.02
HexCF6D2B02F4F13184231
Octal31715553057117233010261
Binary1100111111011011010110101111100111110011110001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6D2B; }

 p { color: rgb(207,109,43); }

 H1.HeaderClassName
 {
   color: #CF6D2B;
 }
 .AnyTagClassName
 {
   color: #CF6D2B;
 }
</style>
background-color css

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

 a { background-color: rgb(207,109,43); }

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

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

 span { border-color: rgb(207,109,43); }

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